#FFD9DF

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

Shades of Carousel Pink #FFD9DF

Tints of Carousel Pink #FFD9DF

Color information

#FFD9DF (or 0xFFD9DF) is unknown color: approx Carousel Pink. HEX triplet: FF, D9 and DF. RGB value is (255,217,223). Sum of RGB (Red+Green+Blue) = 255+217+223=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD9DF is #002620. Grayscale: #E5E5E5. Windows color (decimal): -9761 or 14670335. OLE color: 14670335.

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

Color convert

RGB255217223-
CMYK00.150.130
HSL350.53º100%92.55%-
HSV(B)350.53º14.9%100%-
XYZ79.3776.2180.34-
YUV229.05124.59146.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 217 (85.16% from 255) = 31.22%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=36.69%
G=31.22%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521722300.150.130350.5310092.55
HexFFD9DF0FD015f645d
Octal377331337017150537144135
Binary111111111101100111011111011111101010101111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9DF; }

 p { color: rgb(255,217,223); }

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

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

 a { background-color: rgb(255,217,223); }

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

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

 span { border-color: rgb(255,217,223); }

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