Html Css Color HEX #FCF0EA Rose White

📋 copy color: '#FCF0EA'

red 252 ◦ green 240 ◦ blue 234

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

Shades of Rose White #FCF0EA

Tints of Rose White #FCF0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 32.23%

R = 34.71%
G = 33.06%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCF0EA (or 0xFCF0EA) is known color: Rose White. HEX triplet: FC, F0 and EA. RGB value is (252,240,234). Sum of RGB (Red+Green+Blue) = 252+240+234=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EA is #030F15. Grayscale: #F2F2F2. Windows color (decimal): -200470 or 15397116. OLE color: 15397116.

HSL color Cylindrical-coordinate representation of color #FCF0EA: hue angle of 20º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCF0EA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 240 234 -
CMYK 0 0.05 0.07 0.01
HSL 20º 0.75% 0.95% -
HSV(B) 20º 0.07% 0.99% -
XYZ 86.16 88.96 90.47 -
YUV 242.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 252 240 234 0 0.05 0.07 0.01 20 0.75 0.95
Hex FC F0 EA 0 5 7 1 14 4B 5F
Octal 374 360 352 0 5 7 1 24 113 137
Binary 11111100 11110000 11101010 0 101 111 1 10100 1001011 1011111

Color Harmonies of #FCF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0EA

Black with #FCF0EA

Text Example


Text Example

White with #FCF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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