#FAFBDC

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

Shades of Light Yellow #FAFBDC

Tints of Light Yellow #FAFBDC

Color information

#FAFBDC (or 0xFAFBDC) is unknown color: approx Light Yellow. HEX triplet: FA, FB and DC. RGB value is (250,251,220). Sum of RGB (Red+Green+Blue) = 250+251+220=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBDC is #050423. Grayscale: #F7F7F7. Windows color (decimal): -328740 or 14482426. OLE color: 14482426.

HSL color Cylindrical-coordinate representation of color #FAFBDC: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFBDC is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250251220-
CMYK0.0000.120.02
HSL61.94º79.49%92.35%-
HSV(B)61.94º12.35%98.43%-
XYZ86.8494.4981.37-
YUV247.17112.67130.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 30.51%
R=34.67%
G=34.81%
B=30.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512200.0000.120.0261.9479.4992.35
HexFAFBDC00C23e4f5c
Octal3723733340014276117134
Binary1111101011111011110111000011001011111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBDC; }

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

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

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

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

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

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

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

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