Html Css Color HEX #FCDFDD Misty Rose

📋 copy color: '#FCDFDD'

red 252 ◦ green 223 ◦ blue 221

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

Shades of Misty Rose #FCDFDD

Tints of Misty Rose #FCDFDD

RGB

 RED value IS 252 (98.83% from 255) = 36.21%

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

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

R = 36.21%
G = 32.04%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCDFDD (or 0xFCDFDD) is known color: Misty Rose. HEX triplet: FC, DF and DD. RGB value is (252,223,221). Sum of RGB (Red+Green+Blue) = 252+223+221=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDD is #032022. Grayscale: #E7E7E7. Windows color (decimal): -204835 or 14540796. OLE color: 14540796.

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

Color convert

RGB 252 223 221 -
CMYK 0 0.12 0.12 0.01
HSL 3.87º 0.84% 0.93% -
HSV(B) 3.87º 0.12% 0.99% -
XYZ 79.58 78.69 79.4 -
YUV 231.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 252 223 221 0 0.12 0.12 0.01 3.87 0.84 0.93
Hex FC DF DD 0 C C 1 4 54 5D
Octal 374 337 335 0 14 14 1 4 124 135
Binary 11111100 11011111 11011101 0 1100 1100 1 100 1010100 1011101

Color Harmonies of #FCDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFDD

Black with #FCDFDD

Text Example


Text Example

White with #FCDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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