Html Css Color HEX #FFD4DD Carousel Pink

📋 copy color: '#FFD4DD'

red 255 ◦ green 212 ◦ blue 221

#FFD4DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carousel Pink #FFD4DD

Tints of Carousel Pink #FFD4DD

RGB

 RED value IS 255 (100% from 255) = 37.06%

 GREEN value IS 212 (83.2% 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 value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFD4DD (or 0xFFD4DD) is known color: 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

RGB 255 212 221 -
CMYK 0 0.17 0.13 0
HSL 347.44º 1% 0.92% -
HSV(B) 347.44º 0.17% 1% -
XYZ 77.83 73.57 78.5 -
YUV 225.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 255 212 221 0 0.17 0.13 0 347.44 1 0.92
Hex FF D4 DD 0 11 D 0 15B 64 5C
Octal 377 324 335 0 21 15 0 533 144 134
Binary 11111111 11010100 11011101 0 10001 1101 0 101011011 1100100 1011100

Color Harmonies of #FFD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4DD

Black with #FFD4DD

Text Example


Text Example

White with #FFD4DD

Text Example


Text Example

HTML Codes & Css Web 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>