#FFDAE0

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

Shades of Carousel Pink #FFDAE0

Tints of Carousel Pink #FFDAE0

Color information

#FFDAE0 (or 0xFFDAE0) is unknown color: approx Carousel Pink. HEX triplet: FF, DA and E0. RGB value is (255,218,224). Sum of RGB (Red+Green+Blue) = 255+218+224=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE0 is #00251F. Grayscale: #E5E5E5. Windows color (decimal): -9504 or 14736127. OLE color: 14736127.

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

Color convert

RGB255218224-
CMYK00.150.120
HSL350.27º100%92.75%-
HSV(B)350.27º14.51%100%-
XYZ79.7776.7881.14-
YUV229.75124.76146.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=36.59%
G=31.28%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521822400.150.120350.2710092.75
HexFFDAE00FC015e645d
Octal377332340017140536144135
Binary111111111101101011100000011111100010101111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAE0; }

 p { color: rgb(255,218,224); }

 H1.HeaderClassName
 {
   color: #FFDAE0;
 }
 .AnyTagClassName
 {
   color: #FFDAE0;
 }
</style>
background-color css

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

 a { background-color: rgb(255,218,224); }

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

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

 span { border-color: rgb(255,218,224); }

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