#FFFEC0

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

Shades of Cumulus #FFFEC0

Tints of Cumulus #FFFEC0

Color information

#FFFEC0 (or 0xFFFEC0) is unknown color: approx Cumulus. HEX triplet: FF, FE and C0. RGB value is (255,254,192). Sum of RGB (Red+Green+Blue) = 255+254+192=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 192 (75.39% from 255 or 27.39% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC0 is #00013F. Grayscale: #F7F7F7. Windows color (decimal): -320 or 12648191. OLE color: 12648191.

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

Color convert

RGB255254192-
CMYK00.000.250
HSL59.05º100%87.65%-
HSV(B)59.05º24.71%100%-
XYZ86.295.9563.85-
YUV247.2396.83133.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 192 (75.39% from 255) = 27.39%
R=36.38%
G=36.23%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525419200.000.25059.0510087.65
HexFFFEC0001903b6458
Octal3773763000031073144130
Binary1111111111111110110000000011001011101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEC0; }

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

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

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

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

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

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

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

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