Html Css Color HEX #F7F2AF Shalimar

📋 copy color: '#F7F2AF'

red 247 ◦ green 242 ◦ blue 175

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

Shades of Shalimar #F7F2AF

Tints of Shalimar #F7F2AF

RGB

 RED value IS 247 (96.88% from 255) = 37.2%

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 37.2%
G = 36.45%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F7F2AF (or 0xF7F2AF) is known color: Shalimar. HEX triplet: F7, F2 and AF. RGB value is (247,242,175). Sum of RGB (Red+Green+Blue) = 247+242+175=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 175 (68.75% from 255 or 26.36% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F2AF is #080D50. Grayscale: #ECECEC. Windows color (decimal): -527697 or 11530999. OLE color: 11530999.

HSL color Cylindrical-coordinate representation of color #F7F2AF: hue angle of 55.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7F2AF is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 242 175 -
CMYK 0 0.02 0.29 0.03
HSL 55.83º 0.82% 0.83% -
HSV(B) 55.83º 0.29% 0.97% -
XYZ 77.85 86.37 53.13 -
YUV 235.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 247 242 175 0 0.02 0.29 0.03 55.83 0.82 0.83
Hex F7 F2 AF 0 2 1D 3 38 52 53
Octal 367 362 257 0 2 35 3 70 122 123
Binary 11110111 11110010 10101111 0 10 11101 11 111000 1010010 1010011

Color Harmonies of #F7F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2AF

Black with #F7F2AF

Text Example


Text Example

White with #F7F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2AF; }

 p { color: rgb(247,242,175); }

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

background-color css

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

 a { background-color: rgb(247,242,175); }

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

border-color css

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

 span { border-color: rgb(247,242,175); }

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