#FEFBBF

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

Shades of Cumulus #FEFBBF

Tints of Cumulus #FEFBBF

Color information

#FEFBBF (or 0xFEFBBF) is unknown color: approx Cumulus. HEX triplet: FE, FB and BF. RGB value is (254,251,191). Sum of RGB (Red+Green+Blue) = 254+251+191=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFBBF is #010440. Grayscale: #F5F5F5. Windows color (decimal): -66625 or 12581886. OLE color: 12581886.

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

Color convert

RGB254251191-
CMYK00.010.250.00
HSL57.14º96.92%87.25%-
HSV(B)57.14º24.8%99.61%-
XYZ84.7793.8362.93-
YUV245.0697.49134.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 191 (75% from 255) = 27.44%
R=36.49%
G=36.06%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425119100.010.250.0057.1496.9287.25
HexFEFBBF01190396157
Octal3763732770131071141127
Binary1111111011111011101111110111001011100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFBBF; }

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

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

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

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

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

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

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

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