#FCFBBF

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

Shades of Cumulus #FCFBBF

Tints of Cumulus #FCFBBF

Color information

#FCFBBF (or 0xFCFBBF) is unknown color: approx Cumulus. HEX triplet: FC, FB and BF. RGB value is (252,251,191). Sum of RGB (Red+Green+Blue) = 252+251+191=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBBF is #030440. Grayscale: #F4F4F4. Windows color (decimal): -197697 or 12581884. OLE color: 12581884.

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

Color convert

RGB252251191-
CMYK00.000.240.01
HSL59.02º91.04%86.86%-
HSV(B)59.02º24.21%98.82%-
XYZ84.0593.4562.9-
YUV244.4697.83133.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 191 (75% from 255) = 27.52%
R=36.31%
G=36.17%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225119100.000.240.0159.0291.0486.86
HexFCFBBF001813b5b57
Octal3743732770030173133127
Binary1111110011111011101111110011000111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBBF; }

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

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

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

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

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

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

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

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