#FEFFB8

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

Shades of Cumulus #FEFFB8

Tints of Cumulus #FEFFB8

Color information

#FEFFB8 (or 0xFEFFB8) is unknown color: approx Cumulus. HEX triplet: FE, FF and B8. RGB value is (254,255,184). Sum of RGB (Red+Green+Blue) = 254+255+184=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 184 (72.27% from 255 or 26.55% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFB8 is #010047. Grayscale: #F6F6F6. Windows color (decimal): -65608 or 12124158. OLE color: 12124158.

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

Color convert

RGB254255184-
CMYK0.0000.280
HSL60.85º100%86.08%-
HSV(B)60.85º27.84%100%-
XYZ85.2896.0559.39-
YUV246.6192.67133.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 184 (72.27% from 255) = 26.55%
R=36.65%
G=36.80%
B=26.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551840.0000.28060.8510086.08
HexFEFFB8001C03d6456
Octal3763772700034075144126
Binary1111111011111111101110000011100011110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFB8; }

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

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

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

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

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

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

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

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