#FCF9AF

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

Shades of Shalimar #FCF9AF

Tints of Shalimar #FCF9AF

Color information

#FCF9AF (or 0xFCF9AF) is unknown color: approx Shalimar. HEX triplet: FC, F9 and AF. RGB value is (252,249,175). Sum of RGB (Red+Green+Blue) = 252+249+175=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9AF is #030650. Grayscale: #F1F1F1. Windows color (decimal): -198225 or 11532796. OLE color: 11532796.

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

Color convert

RGB252249175-
CMYK00.010.310.01
HSL57.66º92.77%83.73%-
HSV(B)57.66º30.56%98.82%-
XYZ81.7691.5453.92-
YUV241.4690.49135.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 175 (68.75% from 255) = 25.89%
R=37.28%
G=36.83%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224917500.010.310.0157.6692.7783.73
HexFCF9AF011F13a5d54
Octal3743712570137172135124
Binary1111110011111001101011110111111111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9AF; }

 p { color: rgb(252,249,175); }

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

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

 a { background-color: rgb(252,249,175); }

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

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

 span { border-color: rgb(252,249,175); }

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