#FAFCE7

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

Shades of Light Yellow #FAFCE7

Tints of Light Yellow #FAFCE7

Color information

#FAFCE7 (or 0xFAFCE7) is unknown color: approx Light Yellow. HEX triplet: FA, FC and E7. RGB value is (250,252,231). Sum of RGB (Red+Green+Blue) = 250+252+231=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 231 (90.62% from 255 or 31.51% from 733); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCE7 is #050318. Grayscale: #F9F9F9. Windows color (decimal): -328473 or 15203578. OLE color: 15203578.

HSL color Cylindrical-coordinate representation of color #FAFCE7: hue angle of 65.71º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAFCE7 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB250252231-
CMYK0.0100.080.01
HSL65.71º77.78%94.71%-
HSV(B)65.71º8.33%98.82%-
XYZ88.6695.7189.4-
YUV249.01117.84128.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 231 (90.62% from 255) = 31.51%
R=34.11%
G=34.38%
B=31.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522310.0100.080.0165.7177.7894.71
HexFAFCE71081424e5f
Octal37237434710101102116137
Binary1111101011111100111001111010001100001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCE7; }

 p { color: rgb(250,252,231); }

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

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

 a { background-color: rgb(250,252,231); }

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

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

 span { border-color: rgb(250,252,231); }

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