#FEFFC0

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

Shades of Cumulus #FEFFC0

Tints of Cumulus #FEFFC0

Color information

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

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

Color convert

RGB254255192-
CMYK0.0000.250
HSL60.95º100%87.65%-
HSV(B)60.95º24.71%100%-
XYZ86.1596.463.94-
YUV247.5296.67132.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551920.0000.25060.9510087.65
HexFEFFC0001903d6458
Octal3763773000031075144130
Binary1111111011111111110000000011001011110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFC0; }

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

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

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

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

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

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

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

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