Html Css Color HEX #FFD5DD Carousel Pink

📋 copy color: '#FFD5DD'

red 255 ◦ green 213 ◦ blue 221

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

Shades of Carousel Pink #FFD5DD

Tints of Carousel Pink #FFD5DD

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 value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

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

RGB 255 213 221 -
CMYK 0 0.16 0.13 0
HSL 348.57º 1% 0.92% -
HSV(B) 348.57º 0.16% 1% -
XYZ 78.09 74.07 78.59 -
YUV 226.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 255 213 221 0 0.16 0.13 0 348.57 1 0.92
Hex FF D5 DD 0 10 D 0 15D 64 5C
Octal 377 325 335 0 20 15 0 535 144 134
Binary 11111111 11010101 11011101 0 10000 1101 0 101011101 1100100 1011100

Color Harmonies of #FFD5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5DD

Black with #FFD5DD

Text Example


Text Example

White with #FFD5DD

Text Example


Text Example

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