Html Css Color HEX #F9FCAF Shalimar

📋 copy color: '#F9FCAF'

red 249 ◦ green 252 ◦ blue 175

#F9FCAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #F9FCAF

Tints of Shalimar #F9FCAF

RGB

 RED value IS 249 (97.66% from 255) = 36.83%

 GREEN value IS 252 (98.83% from 255) = 37.28%

 BLUE value IS 175 (68.75% from 255) = 25.89%

R = 36.83%
G = 37.28%
B = 25.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#F9FCAF (or 0xF9FCAF) is known color: Shalimar. HEX triplet: F9, FC and AF. RGB value is (249,252,175). Sum of RGB (Red+Green+Blue) = 249+252+175=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FCAF is #060350. Grayscale: #F2F2F2. Windows color (decimal): -394065 or 11533561. OLE color: 11533561.

HSL color Cylindrical-coordinate representation of color #F9FCAF: hue angle of 62.34º 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 #F9FCAF is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 252 175 -
CMYK 0.01 0 0.31 0.01
HSL 62.34º 0.93% 0.84% -
HSV(B) 62.34º 0.31% 0.99% -
XYZ 81.62 92.86 54.18 -
YUV 242.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 249 252 175 0.01 0 0.31 0.01 62.34 0.93 0.84
Hex F9 FC AF 1 0 1F 1 3E 5D 54
Octal 371 374 257 1 0 37 1 76 135 124
Binary 11111001 11111100 10101111 1 0 11111 1 111110 1011101 1010100

Color Harmonies of #F9FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FCAF

Black with #F9FCAF

Text Example


Text Example

White with #F9FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FCAF; }

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

 H1.HeaderClassName
 {
   color: #F9FCAF;
 }
 .AnyTagClassName
 {
   color: #F9FCAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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