Html Css Color HEX #FDDEDD Misty Rose

📋 copy color: '#FDDEDD'

red 253 ◦ green 222 ◦ blue 221

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

Shades of Misty Rose #FDDEDD

Tints of Misty Rose #FDDEDD

RGB

 RED value IS 253 (99.22% from 255) = 36.35%

 GREEN value IS 222 (87.11% from 255) = 31.9%

 BLUE value IS 221 (86.72% from 255) = 31.75%

R = 36.35%
G = 31.9%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FDDEDD (or 0xFDDEDD) is known color: Misty Rose. HEX triplet: FD, DE and DD. RGB value is (253,222,221). Sum of RGB (Red+Green+Blue) = 253+222+221=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDEDD is #022122. Grayscale: #E7E7E7. Windows color (decimal): -139555 or 14540541. OLE color: 14540541.

HSL color Cylindrical-coordinate representation of color #FDDEDD: hue angle of 1.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDEDD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 221 -
CMYK 0 0.12 0.13 0.01
HSL 1.88º 0.89% 0.93% -
HSV(B) 1.88º 0.13% 0.99% -
XYZ 79.68 78.35 79.33 -
YUV 231.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 253 222 221 0 0.12 0.13 0.01 1.88 0.89 0.93
Hex FD DE DD 0 C D 1 2 59 5D
Octal 375 336 335 0 14 15 1 2 131 135
Binary 11111101 11011110 11011101 0 1100 1101 1 10 1011001 1011101

Color Harmonies of #FDDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEDD

Black with #FDDEDD

Text Example


Text Example

White with #FDDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEDD; }

 p { color: rgb(253,222,221); }

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

background-color css

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

 a { background-color: rgb(253,222,221); }

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

border-color css

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

 span { border-color: rgb(253,222,221); }

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