#FCFEBF

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

Shades of Cumulus #FCFEBF

Tints of Cumulus #FCFEBF

Color information

#FCFEBF (or 0xFCFEBF) is unknown color: approx Cumulus. HEX triplet: FC, FE and BF. RGB value is (252,254,191). Sum of RGB (Red+Green+Blue) = 252+254+191=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 191 (75% from 255 or 27.40% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEBF is #030140. Grayscale: #F6F6F6. Windows color (decimal): -196929 or 12582652. OLE color: 12582652.

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

Color convert

RGB252254191-
CMYK0.0100.250.00
HSL61.9º96.92%87.25%-
HSV(B)61.9º24.8%99.61%-
XYZ84.9995.3463.21-
YUV246.2296.84132.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 191 (75% from 255) = 27.40%
R=36.15%
G=36.44%
B=27.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2522541910.0100.250.0061.996.9287.25
HexFCFEBF101903e6157
Octal3743762771031076141127
Binary1111110011111110101111111011001011111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFEBF; }

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

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

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

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

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

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

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

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