#FAFFDA

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

Shades of Light Yellow #FAFFDA

Tints of Light Yellow #FAFFDA

Color information

#FAFFDA (or 0xFAFFDA) is unknown color: approx Light Yellow. HEX triplet: FA, FF and DA. RGB value is (250,255,218). Sum of RGB (Red+Green+Blue) = 250+255+218=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 218 (85.55% from 255 or 30.15% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDA is #050025. Grayscale: #F9F9F9. Windows color (decimal): -327718 or 14352378. OLE color: 14352378.

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

Color convert

RGB250255218-
CMYK0.0200.150
HSL68.11º100%92.75%-
HSV(B)68.11º14.51%100%-
XYZ87.8496.9180.4-
YUV249.29110.34128.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 218 (85.55% from 255) = 30.15%
R=34.58%
G=35.27%
B=30.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552180.0200.15068.1110092.75
HexFAFFDA20F044645d
Octal37237733220170104144135
Binary11111010111111111101101010011110100010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFDA; }

 p { color: rgb(250,255,218); }

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

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

 a { background-color: rgb(250,255,218); }

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

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

 span { border-color: rgb(250,255,218); }

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