#FFD4DD

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

Shades of Carousel Pink #FFD4DD

Tints of Carousel Pink #FFD4DD

Color information

#FFD4DD (or 0xFFD4DD) is unknown color: approx Carousel Pink. HEX triplet: FF, D4 and DD. RGB value is (255,212,221). Sum of RGB (Red+Green+Blue) = 255+212+221=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4DD is #002B22. Grayscale: #E1E1E1. Windows color (decimal): -11043 or 14537983. OLE color: 14537983.

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

Color convert

RGB255212221-
CMYK00.170.130
HSL347.44º100%91.57%-
HSV(B)347.44º16.86%100%-
XYZ77.8373.5778.5-
YUV225.88125.25148.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 212 (83.20% from 255) = 30.81%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=37.06%
G=30.81%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521222100.170.130347.4410091.57
HexFFD4DD011D015b645c
Octal377324335021150533144134
Binary1111111111010100110111010100011101010101101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4DD; }

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

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

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

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

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

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

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

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