#FAFEDC

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

Shades of Light Yellow #FAFEDC

Tints of Light Yellow #FAFEDC

Color information

#FAFEDC (or 0xFAFEDC) is unknown color: approx Light Yellow. HEX triplet: FA, FE and DC. RGB value is (250,254,220). Sum of RGB (Red+Green+Blue) = 250+254+220=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDC is #050123. Grayscale: #F9F9F9. Windows color (decimal): -327972 or 14483194. OLE color: 14483194.

HSL color Cylindrical-coordinate representation of color #FAFEDC: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFEDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB250254220-
CMYK0.0200.130.00
HSL67.06º94.44%92.94%-
HSV(B)67.06º13.39%99.61%-
XYZ87.7896.3781.69-
YUV248.93111.67128.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 30.39%
R=34.53%
G=35.08%
B=30.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542200.0200.130.0067.0694.4492.94
HexFAFEDC20D0435e5d
Octal37237633420150103136135
Binary11111010111111101101110010011010100001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEDC; }

 p { color: rgb(250,254,220); }

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

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

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

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

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

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

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