Html Css Color HEX #FADFE5 Carousel Pink

📋 copy color: '#FADFE5'

red 250 ◦ green 223 ◦ blue 229

#FADFE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carousel Pink #FADFE5

Tints of Carousel Pink #FADFE5

RGB

 RED value IS 250 (98.05% from 255) = 35.61%

 GREEN value IS 223 (87.5% from 255) = 31.77%

 BLUE value IS 229 (89.84% from 255) = 32.62%

R = 35.61%
G = 31.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FADFE5 (or 0xFADFE5) is known color: Carousel Pink. HEX triplet: FA, DF and E5. RGB value is (250,223,229). Sum of RGB (Red+Green+Blue) = 250+223+229=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE5 is #05201A. Grayscale: #E7E7E7. Windows color (decimal): -335899 or 15065082. OLE color: 15065082.

HSL color Cylindrical-coordinate representation of color #FADFE5: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFE5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 229 -
CMYK 0 0.11 0.08 0.02
HSL 346.67º 0.73% 0.93% -
HSV(B) 346.67º 0.11% 0.98% -
XYZ 79.95 78.76 85.12 -
YUV 231.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 250 223 229 0 0.11 0.08 0.02 346.67 0.73 0.93
Hex FA DF E5 0 B 8 2 15B 49 5D
Octal 372 337 345 0 13 10 2 533 111 135
Binary 11111010 11011111 11100101 0 1011 1000 10 101011011 1001001 1011101

Color Harmonies of #FADFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFE5

Black with #FADFE5

Text Example


Text Example

White with #FADFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFE5; }

 p { color: rgb(250,223,229); }

 H1.HeaderClassName
 {
   color: #FADFE5;
 }
 .AnyTagClassName
 {
   color: #FADFE5;
 }
</style>

background-color css

<style>
 a { background-color: #FADFE5; }

 a { background-color: rgb(250,223,229); }

 div.DivClassName
 {
   background-color: #FADFE5;
 }
 .BgClassName
 {
   background-color: #FADFE5;
 }
</style>

border-color css

<style>
 span { border-color: #FADFE5; }

 span { border-color: rgb(250,223,229); }

 td.TdClassName
 {
   border-color: #FADFE5;
 }
 .TagClassName
 {
   border-color: #FADFE5;
 }
</style>