Html Css Color HEX #FFDDDA Misty Rose

📋 copy color: '#FFDDDA'

red 255 ◦ green 221 ◦ blue 218

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

Shades of Misty Rose #FFDDDA

Tints of Misty Rose #FFDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.84%

 BLUE value IS 218 (85.55% from 255) = 31.41%

R = 36.74%
G = 31.84%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFDDDA (or 0xFFDDDA) is known color: Misty Rose. HEX triplet: FF, DD and DA. RGB value is (255,221,218). Sum of RGB (Red+Green+Blue) = 255+221+218=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDDA is #002225. Grayscale: #E6E6E6. Windows color (decimal): -8742 or 14343679. OLE color: 14343679.

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

Color convert

RGB 255 221 218 -
CMYK 0 0.13 0.15 0
HSL 4.86º 1% 0.93% -
HSV(B) 4.86º 0.15% 1% -
XYZ 79.75 78.03 77.19 -
YUV 230.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 255 221 218 0 0.13 0.15 0 4.86 1 0.93
Hex FF DD DA 0 D F 0 5 64 5D
Octal 377 335 332 0 15 17 0 5 144 135
Binary 11111111 11011101 11011010 0 1101 1111 0 101 1100100 1011101

Color Harmonies of #FFDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDDA

Black with #FFDDDA

Text Example


Text Example

White with #FFDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDDA; }

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

 H1.HeaderClassName
 {
   color: #FFDDDA;
 }
 .AnyTagClassName
 {
   color: #FFDDDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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