#FAFEDE

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

Shades of Light Yellow #FAFEDE

Tints of Light Yellow #FAFEDE

Color information

#FAFEDE (or 0xFAFEDE) is unknown color: approx Light Yellow. HEX triplet: FA, FE and DE. RGB value is (250,254,222). Sum of RGB (Red+Green+Blue) = 250+254+222=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 222 (87.11% from 255 or 30.58% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDE is #050121. Grayscale: #F9F9F9. Windows color (decimal): -327970 or 14614266. OLE color: 14614266.

HSL color Cylindrical-coordinate representation of color #FAFEDE: hue angle of 67.5º 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 #FAFEDE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB250254222-
CMYK0.0200.130.00
HSL67.5º94.12%93.33%-
HSV(B)67.5º12.6%99.61%-
XYZ88.0596.4883.09-
YUV249.16112.67128.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 254 (99.61% from 255) = 34.99%
BLUE value IS 222 (87.11% from 255) = 30.58%
R=34.44%
G=34.99%
B=30.58%

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
Decimal2502542220.0200.130.0067.594.1293.33
HexFAFEDE20D0445e5d
Octal37237633620150104136135
Binary11111010111111101101111010011010100010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEDE; }

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

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

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

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

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

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

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

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