#FCFBC3

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

Shades of Cumulus #FCFBC3

Tints of Cumulus #FCFBC3

Color information

#FCFBC3 (or 0xFCFBC3) is unknown color: approx Cumulus. HEX triplet: FC, FB and C3. RGB value is (252,251,195). Sum of RGB (Red+Green+Blue) = 252+251+195=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 195 (76.56% from 255 or 27.94% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC3 is #03043C. Grayscale: #F5F5F5. Windows color (decimal): -197693 or 12844028. OLE color: 12844028.

HSL color Cylindrical-coordinate representation of color #FCFBC3: hue angle of 58.95º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFBC3 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252251195-
CMYK00.000.230.01
HSL58.95º90.48%87.65%-
HSV(B)58.95º22.62%98.82%-
XYZ84.4993.6365.25-
YUV244.9299.83133.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 195 (76.56% from 255) = 27.94%
R=36.10%
G=35.96%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225119500.000.230.0158.9590.4887.65
HexFCFBC3001713b5a58
Octal3743733030027173132130
Binary1111110011111011110000110010111111101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBC3; }

 p { color: rgb(252,251,195); }

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

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

 a { background-color: rgb(252,251,195); }

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

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

 span { border-color: rgb(252,251,195); }

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