#FFFEBD

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

Shades of Cumulus #FFFEBD

Tints of Cumulus #FFFEBD

Color information

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

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

Color convert

RGB255254189-
CMYK00.000.260
HSL59.09º100%87.06%-
HSV(B)59.09º25.88%100%-
XYZ85.8795.8262.11-
YUV246.8995.33133.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525418900.000.26059.0910087.06
HexFFFEBD001A03b6457
Octal3773762750032073144127
Binary1111111111111110101111010011010011101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEBD; }

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

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

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

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

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

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

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

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