Html Css Color HEX #FADEE5 Carousel Pink

📋 copy color: '#FADEE5'

red 250 ◦ green 222 ◦ blue 229

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

Shades of Carousel Pink #FADEE5

Tints of Carousel Pink #FADEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.67%

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

R = 35.66%
G = 31.67%
B = 32.67%

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

#FADEE5 (or 0xFADEE5) is known color: Carousel Pink. HEX triplet: FA, DE and E5. RGB value is (250,222,229). Sum of RGB (Red+Green+Blue) = 250+222+229=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE5 is #05211A. Grayscale: #E7E7E7. Windows color (decimal): -336155 or 15064826. OLE color: 15064826.

HSL color Cylindrical-coordinate representation of color #FADEE5: hue angle of 345º degrees, saturation: 0.74, 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 #FADEE5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 229 -
CMYK 0 0.11 0.08 0.02
HSL 345º 0.74% 0.93% -
HSV(B) 345º 0.11% 0.98% -
XYZ 79.69 78.22 85.03 -
YUV 231.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 250 222 229 0 0.11 0.08 0.02 345 0.74 0.93
Hex FA DE E5 0 B 8 2 159 4A 5D
Octal 372 336 345 0 13 10 2 531 112 135
Binary 11111010 11011110 11100101 0 1011 1000 10 101011001 1001010 1011101

Color Harmonies of #FADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEE5

Black with #FADEE5

Text Example


Text Example

White with #FADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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