#FEFFBD

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

Shades of Cumulus #FEFFBD

Tints of Cumulus #FEFFBD

Color information

#FEFFBD (or 0xFEFFBD) is unknown color: approx Cumulus. HEX triplet: FE, FF and BD. RGB value is (254,255,189). Sum of RGB (Red+Green+Blue) = 254+255+189=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 189 (74.22% from 255 or 27.08% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFFBD is #010042. Grayscale: #F7F7F7. Windows color (decimal): -65603 or 12451838. OLE color: 12451838.

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

Color convert

RGB254255189-
CMYK0.0000.260
HSL60.91º100%87.06%-
HSV(B)60.91º25.88%100%-
XYZ85.8296.2662.2-
YUV247.1895.17132.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 189 (74.22% from 255) = 27.08%
R=36.39%
G=36.53%
B=27.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551890.0000.26060.9110087.06
HexFEFFBD001A03d6457
Octal3763772750032075144127
Binary1111111011111111101111010011010011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFBD; }

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

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

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

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

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

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

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

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