Html Css Color HEX #FCF0EE Rose White

📋 copy color: '#FCF0EE'

red 252 ◦ green 240 ◦ blue 238

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

Shades of Rose White #FCF0EE

Tints of Rose White #FCF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 32.88%

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

R = 34.52%
G = 32.88%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCF0EE (or 0xFCF0EE) is known color: Rose White. HEX triplet: FC, F0 and EE. RGB value is (252,240,238). Sum of RGB (Red+Green+Blue) = 252+240+238=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 238 (93.36% from 255 or 32.60% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EE is #030F11. Grayscale: #F3F3F3. Windows color (decimal): -200466 or 15659260. OLE color: 15659260.

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

Color convert

RGB 252 240 238 -
CMYK 0 0.05 0.06 0.01
HSL 8.57º 0.7% 0.96% -
HSV(B) 8.57º 0.06% 0.99% -
XYZ 86.74 89.19 93.53 -
YUV 243.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 252 240 238 0 0.05 0.06 0.01 8.57 0.7 0.96
Hex FC F0 EE 0 5 6 1 9 46 60
Octal 374 360 356 0 5 6 1 11 106 140
Binary 11111100 11110000 11101110 0 101 110 1 1001 1000110 1100000

Color Harmonies of #FCF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0EE

Black with #FCF0EE

Text Example


Text Example

White with #FCF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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