#FCF1EE

Color #FCF1EE Rose White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose White #FCF1EE

Tints of Rose White #FCF1EE

Color information

#FCF1EE (or 0xFCF1EE) is unknown color: approx Rose White. HEX triplet: FC, F1 and EE. RGB value is (252,241,238). Sum of RGB (Red+Green+Blue) = 252+241+238=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 238 (93.36% from 255 or 32.56% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1EE is #030E11. Grayscale: #F3F3F3. Windows color (decimal): -200210 or 15659516. OLE color: 15659516.

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

Color convert

RGB252241238-
CMYK00.040.060.01
HSL12.86º70%96.08%-
HSV(B)12.86º5.56%98.82%-
XYZ87.0389.7893.63-
YUV243.95124.64133.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 241 (94.53% from 255) = 32.97%
BLUE value IS 238 (93.36% from 255) = 32.56%
R=34.47%
G=32.97%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224123800.040.060.0112.867096.08
HexFCF1EE0461d4660
Octal374361356046115106140
Binary11111100111100011110111001001101110110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1EE; }

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

 H1.HeaderClassName
 {
   color: #FCF1EE;
 }
 .AnyTagClassName
 {
   color: #FCF1EE;
 }
</style>
background-color css

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

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

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

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

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

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