#FCF5F3

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

Shades of Rose White #FCF5F3

Tints of Rose White #FCF5F3

Color information

#FCF5F3 (or 0xFCF5F3) is unknown color: approx Rose White. HEX triplet: FC, F5 and F3. RGB value is (252,245,243). Sum of RGB (Red+Green+Blue) = 252+245+243=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 243 (95.31% from 255 or 32.84% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5F3 is #030A0C. Grayscale: #F6F6F6. Windows color (decimal): -199181 or 15988220. OLE color: 15988220.

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

Color convert

RGB252245243-
CMYK00.030.040.01
HSL13.33º60%97.06%-
HSV(B)13.33º3.57%98.82%-
XYZ88.9792.4797.95-
YUV246.86125.82131.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 245 (96.09% from 255) = 33.11%
BLUE value IS 243 (95.31% from 255) = 32.84%
R=34.05%
G=33.11%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224524300.030.040.0113.336097.06
HexFCF5F30341d3c61
Octal37436536303411574141
Binary111111001111010111110011011100111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5F3; }

 p { color: rgb(252,245,243); }

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

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

 a { background-color: rgb(252,245,243); }

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

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

 span { border-color: rgb(252,245,243); }

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