#FAFCDB

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

Shades of Light Yellow #FAFCDB

Tints of Light Yellow #FAFCDB

Color information

#FAFCDB (or 0xFAFCDB) is unknown color: approx Light Yellow. HEX triplet: FA, FC and DB. RGB value is (250,252,219). Sum of RGB (Red+Green+Blue) = 250+252+219=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCDB is #050324. Grayscale: #F7F7F7. Windows color (decimal): -328485 or 14417146. OLE color: 14417146.

HSL color Cylindrical-coordinate representation of color #FAFCDB: hue angle of 63.64º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFCDB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB250252219-
CMYK0.0100.130.01
HSL63.64º84.62%92.35%-
HSV(B)63.64º13.1%98.82%-
XYZ87.0295.0680.78-
YUV247.64111.84129.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 219 (85.94% from 255) = 30.37%
R=34.67%
G=34.95%
B=30.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522190.0100.130.0163.6484.6292.35
HexFAFCDB10D140555c
Octal37237433310151100125134
Binary1111101011111100110110111011011100000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCDB; }

 p { color: rgb(250,252,219); }

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

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

 a { background-color: rgb(250,252,219); }

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

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

 span { border-color: rgb(250,252,219); }

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