#FAFFDF

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

Shades of Light Yellow #FAFFDF

Tints of Light Yellow #FAFFDF

Color information

#FAFFDF (or 0xFAFFDF) is unknown color: approx Light Yellow. HEX triplet: FA, FF and DF. RGB value is (250,255,223). Sum of RGB (Red+Green+Blue) = 250+255+223=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 223 (87.5% from 255 or 30.63% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDF is #050020. Grayscale: #F9F9F9. Windows color (decimal): -327713 or 14680058. OLE color: 14680058.

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

Color convert

RGB250255223-
CMYK0.0200.130
HSL69.38º100%93.73%-
HSV(B)69.38º12.55%100%-
XYZ88.597.1783.9-
YUV249.86112.84128.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 223 (87.5% from 255) = 30.63%
R=34.34%
G=35.03%
B=30.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552230.0200.13069.3810093.73
HexFAFFDF20D045645e
Octal37237733720150105144136
Binary11111010111111111101111110011010100010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFDF; }

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

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

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

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

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

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

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

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