#FFDAE1

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

Shades of Carousel Pink #FFDAE1

Tints of Carousel Pink #FFDAE1

Color information

#FFDAE1 (or 0xFFDAE1) is unknown color: approx Carousel Pink. HEX triplet: FF, DA and E1. RGB value is (255,218,225). Sum of RGB (Red+Green+Blue) = 255+218+225=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDAE1 is #00251E. Grayscale: #E5E5E5. Windows color (decimal): -9503 or 14801663. OLE color: 14801663.

HSL color Cylindrical-coordinate representation of color #FFDAE1: hue angle of 348.65º 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 #FFDAE1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255218225-
CMYK00.150.120
HSL348.65º100%92.75%-
HSV(B)348.65º14.51%100%-
XYZ79.976.8481.85-
YUV229.86125.26145.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=36.53%
G=31.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521822500.150.120348.6510092.75
HexFFDAE10FC015d645d
Octal377332341017140535144135
Binary111111111101101011100001011111100010101110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDAE1; }

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

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

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

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

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

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

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

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