Html Css Color HEX #FCE2DD Misty Rose

📋 copy color: '#FCE2DD'

red 252 ◦ green 226 ◦ blue 221

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

Shades of Misty Rose #FCE2DD

Tints of Misty Rose #FCE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

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

R = 36.05%
G = 32.33%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCE2DD (or 0xFCE2DD) is known color: Misty Rose. HEX triplet: FC, E2 and DD. RGB value is (252,226,221). Sum of RGB (Red+Green+Blue) = 252+226+221=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DD is #031D22. Grayscale: #E9E9E9. Windows color (decimal): -204067 or 14541564. OLE color: 14541564.

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

Color convert

RGB 252 226 221 -
CMYK 0 0.10 0.12 0.01
HSL 9.68º 0.84% 0.93% -
HSV(B) 9.68º 0.12% 0.99% -
XYZ 80.39 80.31 79.67 -
YUV 233.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 252 226 221 0 0.10 0.12 0.01 9.68 0.84 0.93
Hex FC E2 DD 0 A C 1 A 54 5D
Octal 374 342 335 0 12 14 1 12 124 135
Binary 11111100 11100010 11011101 0 1010 1100 1 1010 1010100 1011101

Color Harmonies of #FCE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2DD

Black with #FCE2DD

Text Example


Text Example

White with #FCE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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