#FEFCA3

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

Shades of Pale Prim #FEFCA3

Tints of Pale Prim #FEFCA3

Color information

#FEFCA3 (or 0xFEFCA3) is unknown color: approx Pale Prim. HEX triplet: FE, FC and A3. RGB value is (254,252,163). Sum of RGB (Red+Green+Blue) = 254+252+163=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 163 (64.06% from 255 or 24.36% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFCA3 is #01035C. Grayscale: #F2F2F2. Windows color (decimal): -66397 or 10747134. OLE color: 10747134.

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

Color convert

RGB254252163-
CMYK00.010.360.00
HSL58.68º97.85%81.76%-
HSV(B)58.68º35.83%99.61%-
XYZ82.2993.3448.33-
YUV242.4583.16136.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 163 (64.06% from 255) = 24.36%
R=37.97%
G=37.67%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425216300.010.360.0058.6897.8581.76
HexFEFCA3012403b6252
Octal3763742430144073142122
Binary11111110111111001010001101100100011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFCA3; }

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

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

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

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

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

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

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

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