#FEFCB7

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

Shades of Cumulus #FEFCB7

Tints of Cumulus #FEFCB7

Color information

#FEFCB7 (or 0xFEFCB7) is unknown color: approx Cumulus. HEX triplet: FE, FC and B7. RGB value is (254,252,183). Sum of RGB (Red+Green+Blue) = 254+252+183=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 183 (71.88% from 255 or 26.56% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCB7 is #010348. Grayscale: #F5F5F5. Windows color (decimal): -66377 or 12057854. OLE color: 12057854.

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

Color convert

RGB254252183-
CMYK00.010.280.00
HSL58.31º97.26%85.69%-
HSV(B)58.31º27.95%99.61%-
XYZ84.2394.1158.53-
YUV244.7393.16134.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 183 (71.88% from 255) = 26.56%
R=36.87%
G=36.57%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425218300.010.280.0058.3197.2685.69
HexFEFCB7011C03a6156
Octal3763742670134072141126
Binary1111111011111100101101110111100011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCB7; }

 p { color: rgb(254,252,183); }

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

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

 a { background-color: rgb(254,252,183); }

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

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

 span { border-color: rgb(254,252,183); }

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