#FEFFBF

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

Shades of Cumulus #FEFFBF

Tints of Cumulus #FEFFBF

Color information

#FEFFBF (or 0xFEFFBF) is unknown color: approx Cumulus. HEX triplet: FE, FF and BF. RGB value is (254,255,191). Sum of RGB (Red+Green+Blue) = 254+255+191=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 191 (75% from 255 or 27.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBF is #010040. Grayscale: #F7F7F7. Windows color (decimal): -65601 or 12582910. OLE color: 12582910.

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

Color convert

RGB254255191-
CMYK0.0000.250
HSL60.94º100%87.45%-
HSV(B)60.94º25.1%100%-
XYZ86.0496.3563.35-
YUV247.496.17132.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 191 (75% from 255) = 27.29%
R=36.29%
G=36.43%
B=27.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551910.0000.25060.9410087.45
HexFEFFBF001903d6457
Octal3763772770031075144127
Binary1111111011111111101111110011001011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFBF; }

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

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

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

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

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

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

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

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