#FAFCE0

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

Shades of Light Yellow #FAFCE0

Tints of Light Yellow #FAFCE0

Color information

#FAFCE0 (or 0xFAFCE0) is unknown color: approx Light Yellow. HEX triplet: FA, FC and E0. RGB value is (250,252,224). Sum of RGB (Red+Green+Blue) = 250+252+224=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 224 (87.89% from 255 or 30.85% from 726); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCE0 is #05031F. Grayscale: #F8F8F8. Windows color (decimal): -328480 or 14744826. OLE color: 14744826.

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

Color convert

RGB250252224-
CMYK0.0100.110.01
HSL64.29º82.35%93.33%-
HSV(B)64.29º11.11%98.82%-
XYZ87.6995.3384.3-
YUV248.21114.34129.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 252 (98.83% from 255) = 34.71%
BLUE value IS 224 (87.89% from 255) = 30.85%
R=34.44%
G=34.71%
B=30.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522240.0100.110.0164.2982.3593.33
HexFAFCE010B140525d
Octal37237434010131100122135
Binary1111101011111100111000001010111100000010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCE0; }

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

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

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

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

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

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

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

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