Html Css Color HEX #FCF2EE Rose White

📋 copy color: '#FCF2EE'

red 252 ◦ green 242 ◦ blue 238

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

Shades of Rose White #FCF2EE

Tints of Rose White #FCF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.06%

 BLUE value IS 238 (93.36% from 255) = 32.51%

R = 34.43%
G = 33.06%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF2EE (or 0xFCF2EE) is known color: Rose White. HEX triplet: FC, F2 and EE. RGB value is (252,242,238). Sum of RGB (Red+Green+Blue) = 252+242+238=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 242 (94.92% from 255 or 33.06% from 732); Blue value is 238 (93.36% from 255 or 32.51% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2EE is #030D11. Grayscale: #F4F4F4. Windows color (decimal): -199954 or 15659772. OLE color: 15659772.

HSL color Cylindrical-coordinate representation of color #FCF2EE: hue angle of 17.14º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF2EE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 238 -
CMYK 0 0.04 0.06 0.01
HSL 17.14º 0.7% 0.96% -
HSV(B) 17.14º 0.06% 0.99% -
XYZ 87.33 90.37 93.73 -
YUV 244.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 252 242 238 0 0.04 0.06 0.01 17.14 0.7 0.96
Hex FC F2 EE 0 4 6 1 11 46 60
Octal 374 362 356 0 4 6 1 21 106 140
Binary 11111100 11110010 11101110 0 100 110 1 10001 1000110 1100000

Color Harmonies of #FCF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF2EE

Black with #FCF2EE

Text Example


Text Example

White with #FCF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF2EE; }

 p { color: rgb(252,242,238); }

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

background-color css

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

 a { background-color: rgb(252,242,238); }

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

border-color css

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

 span { border-color: rgb(252,242,238); }

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