#FAFCDE

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

Shades of Light Yellow #FAFCDE

Tints of Light Yellow #FAFCDE

Color information

#FAFCDE (or 0xFAFCDE) is unknown color: approx Light Yellow. HEX triplet: FA, FC and DE. RGB value is (250,252,222). Sum of RGB (Red+Green+Blue) = 250+252+222=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 222 (87.11% from 255 or 30.66% from 724); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCDE is #050321. Grayscale: #F8F8F8. Windows color (decimal): -328482 or 14613754. OLE color: 14613754.

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

Color convert

RGB250252222-
CMYK0.0100.120.01
HSL64º83.33%92.94%-
HSV(B)64º11.9%98.82%-
XYZ87.4295.2282.88-
YUV247.98113.34129.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 222 (87.11% from 255) = 30.66%
R=34.53%
G=34.81%
B=30.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522220.0100.120.016483.3392.94
HexFAFCDE10C140535d
Octal37237433610141100123135
Binary1111101011111100110111101011001100000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCDE; }

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

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

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

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

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

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

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

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