Html Css Color HEX #FCF0EC Rose White

📋 copy color: '#FCF0EC'

red 252 ◦ green 240 ◦ blue 236

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

Shades of Rose White #FCF0EC

Tints of Rose White #FCF0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 32.42%

R = 34.62%
G = 32.97%
B = 32.42%

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

#FCF0EC (or 0xFCF0EC) is known color: Rose White. HEX triplet: FC, F0 and EC. RGB value is (252,240,236). Sum of RGB (Red+Green+Blue) = 252+240+236=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF0EC is #030F13. Grayscale: #F3F3F3. Windows color (decimal): -200468 or 15528188. OLE color: 15528188.

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

Color convert

RGB 252 240 236 -
CMYK 0 0.05 0.06 0.01
HSL 15º 0.73% 0.96% -
HSV(B) 15º 0.06% 0.99% -
XYZ 86.45 89.07 91.99 -
YUV 243.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 252 240 236 0 0.05 0.06 0.01 15 0.73 0.96
Hex FC F0 EC 0 5 6 1 F 49 60
Octal 374 360 354 0 5 6 1 17 111 140
Binary 11111100 11110000 11101100 0 101 110 1 1111 1001001 1100000

Color Harmonies of #FCF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0EC

Black with #FCF0EC

Text Example


Text Example

White with #FCF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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