#FAFCAD

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

Shades of Shalimar #FAFCAD

Tints of Shalimar #FAFCAD

Color information

#FAFCAD (or 0xFAFCAD) is unknown color: approx Shalimar. HEX triplet: FA, FC and AD. RGB value is (250,252,173). Sum of RGB (Red+Green+Blue) = 250+252+173=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFCAD is #050352. Grayscale: #F2F2F2. Windows color (decimal): -328531 or 11402490. OLE color: 11402490.

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

Color convert

RGB250252173-
CMYK0.0100.310.01
HSL61.52º92.94%83.33%-
HSV(B)61.52º31.35%98.82%-
XYZ81.7892.9653.17-
YUV242.488.84133.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 173 (67.97% from 255) = 25.63%
R=37.04%
G=37.33%
B=25.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521730.0100.310.0161.5292.9483.33
HexFAFCAD101F13e5d53
Octal3723742551037176135123
Binary1111101011111100101011011011111111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCAD; }

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

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

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

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

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

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

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

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