#FFDEE5

Color #FFDEE5 Carousel Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carousel Pink #FFDEE5

Tints of Carousel Pink #FFDEE5

Color information

#FFDEE5 (or 0xFFDEE5) is unknown color: approx 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

RGB255222229-
CMYK00.130.100
HSL347.27º100%93.53%-
HSV(B)347.27º12.94%100%-
XYZ81.579.1685.11-
YUV232.66125.93143.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522222900.130.100347.2710093.53
HexFFDEE50DA015b645e
Octal377336345015120533144136
Binary111111111101111011100101011011010010101101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>