#FEFECA

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

Shades of Cream #FEFECA

Tints of Cream #FEFECA

Color information

#FEFECA (or 0xFEFECA) is unknown color: approx Cream. HEX triplet: FE, FE and CA. RGB value is (254,254,202). Sum of RGB (Red+Green+Blue) = 254+254+202=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 202 (79.30% from 255 or 28.45% from 710); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFECA is #010135. Grayscale: #F8F8F8. Windows color (decimal): -65846 or 13303550. OLE color: 13303550.

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

Color convert

RGB254254202-
CMYK000.200.00
HSL60º96.3%89.41%-
HSV(B)60º20.47%99.61%-
XYZ86.9896.2269.87-
YUV248.07102132.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 28.45%
R=35.77%
G=35.77%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254202000.200.006096.389.41
HexFEFECA001403c6059
Octal3763763120024074140131
Binary1111111011111110110010100010100011110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFECA; }

 p { color: rgb(254,254,202); }

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

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

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

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

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

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

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