Html Css Color HEX #FDDFDD Misty Rose

📋 copy color: '#FDDFDD'

red 253 ◦ green 223 ◦ blue 221

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

Shades of Misty Rose #FDDFDD

Tints of Misty Rose #FDDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.99%

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

R = 36.3%
G = 31.99%
B = 31.71%

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

#FDDFDD (or 0xFDDFDD) is known color: Misty Rose. HEX triplet: FD, DF and DD. RGB value is (253,223,221). Sum of RGB (Red+Green+Blue) = 253+223+221=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDD is #022022. Grayscale: #E7E7E7. Windows color (decimal): -139299 or 14540797. OLE color: 14540797.

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

Color convert

RGB 253 223 221 -
CMYK 0 0.12 0.13 0.01
HSL 3.75º 0.89% 0.93% -
HSV(B) 3.75º 0.13% 0.99% -
XYZ 79.95 78.88 79.42 -
YUV 231.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 253 223 221 0 0.12 0.13 0.01 3.75 0.89 0.93
Hex FD DF DD 0 C D 1 4 59 5D
Octal 375 337 335 0 14 15 1 4 131 135
Binary 11111101 11011111 11011101 0 1100 1101 1 100 1011001 1011101

Color Harmonies of #FDDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFDD

Black with #FDDFDD

Text Example


Text Example

White with #FDDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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