#FEFFBC

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

Shades of Cumulus #FEFFBC

Tints of Cumulus #FEFFBC

Color information

#FEFFBC (or 0xFEFFBC) is unknown color: approx Cumulus. HEX triplet: FE, FF and BC. RGB value is (254,255,188). Sum of RGB (Red+Green+Blue) = 254+255+188=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 188 (73.83% from 255 or 26.97% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBC is #010043. Grayscale: #F7F7F7. Windows color (decimal): -65604 or 12386302. OLE color: 12386302.

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

Color convert

RGB254255188-
CMYK0.0000.260
HSL60.9º100%86.86%-
HSV(B)60.9º26.27%100%-
XYZ85.7196.2261.63-
YUV247.0694.67132.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 188 (73.83% from 255) = 26.97%
R=36.44%
G=36.59%
B=26.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551880.0000.26060.910086.86
HexFEFFBC001A03d6457
Octal3763772740032075144127
Binary1111111011111111101111000011010011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFBC; }

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

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

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

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

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

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

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

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