Html Css Color HEX #FFDEE5 Carousel Pink

📋 copy color: '#FFDEE5'

red 255 ◦ green 222 ◦ blue 229

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

Shades of Carousel Pink #FFDEE5

Tints of Carousel Pink #FFDEE5

RGB

 RED value IS 255 (100% from 255) = 36.12%

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

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

R = 36.12%
G = 31.44%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFDEE5 (or 0xFFDEE5) is known color: Carousel Pink. HEX triplet: FF, DE and E5. RGB value is (255,222,229). Sum of RGB (Red+Green+Blue) = 255+222+229=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE5 is #00211A. Grayscale: #E8E8E8. Windows color (decimal): -8475 or 15064831. OLE color: 15064831.

HSL color Cylindrical-coordinate representation of color #FFDEE5: hue angle of 347.27º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDEE5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 229 -
CMYK 0 0.13 0.10 0
HSL 347.27º 1% 0.94% -
HSV(B) 347.27º 0.13% 1% -
XYZ 81.5 79.16 85.11 -
YUV 232.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 255 222 229 0 0.13 0.10 0 347.27 1 0.94
Hex FF DE E5 0 D A 0 15B 64 5E
Octal 377 336 345 0 15 12 0 533 144 136
Binary 11111111 11011110 11100101 0 1101 1010 0 101011011 1100100 1011110

Color Harmonies of #FFDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEE5

Black with #FFDEE5

Text Example


Text Example

White with #FFDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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