#FEFFBB

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

Shades of Cumulus #FEFFBB

Tints of Cumulus #FEFFBB

Color information

#FEFFBB (or 0xFEFFBB) is unknown color: approx Cumulus. HEX triplet: FE, FF and BB. RGB value is (254,255,187). Sum of RGB (Red+Green+Blue) = 254+255+187=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 187 (73.44% from 255 or 26.87% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBB is #010044. Grayscale: #F7F7F7. Windows color (decimal): -65605 or 12320766. OLE color: 12320766.

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

Color convert

RGB254255187-
CMYK0.0000.270
HSL60.88º100%86.67%-
HSV(B)60.88º26.67%100%-
XYZ85.696.1861.07-
YUV246.9594.17133.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 187 (73.44% from 255) = 26.87%
R=36.49%
G=36.64%
B=26.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551870.0000.27060.8810086.67
HexFEFFBB001B03d6457
Octal3763772730033075144127
Binary1111111011111111101110110011011011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFBB; }

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

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

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

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

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

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

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

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