#FFD5DD

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

Shades of Carousel Pink #FFD5DD

Tints of Carousel Pink #FFD5DD

Color information

#FFD5DD (or 0xFFD5DD) is unknown color: approx Carousel Pink. HEX triplet: FF, D5 and DD. RGB value is (255,213,221). Sum of RGB (Red+Green+Blue) = 255+213+221=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5DD is #002A22. Grayscale: #E2E2E2. Windows color (decimal): -10787 or 14538239. OLE color: 14538239.

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

Color convert

RGB255213221-
CMYK00.160.130
HSL348.57º100%91.76%-
HSV(B)348.57º16.47%100%-
XYZ78.0974.0778.59-
YUV226.47124.91148.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 213 (83.59% from 255) = 30.91%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=37.01%
G=30.91%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521322100.160.130348.5710091.76
HexFFD5DD010D015d645c
Octal377325335020150535144134
Binary1111111111010101110111010100001101010101110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5DD; }

 p { color: rgb(255,213,221); }

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

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

 a { background-color: rgb(255,213,221); }

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

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

 span { border-color: rgb(255,213,221); }

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