Html Css Color HEX #F3F0AF Shalimar

📋 copy color: '#F3F0AF'

red 243 ◦ green 240 ◦ blue 175

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

Shades of Shalimar #F3F0AF

Tints of Shalimar #F3F0AF

RGB

 RED value IS 243 (95.31% from 255) = 36.93%

 GREEN value IS 240 (94.14% from 255) = 36.47%

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

R = 36.93%
G = 36.47%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3F0AF (or 0xF3F0AF) is known color: Shalimar. HEX triplet: F3, F0 and AF. RGB value is (243,240,175). Sum of RGB (Red+Green+Blue) = 243+240+175=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F0AF is #0C0F50. Grayscale: #E9E9E9. Windows color (decimal): -790353 or 11530483. OLE color: 11530483.

HSL color Cylindrical-coordinate representation of color #F3F0AF: hue angle of 57.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3F0AF is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 240 175 -
CMYK 0 0.01 0.28 0.05
HSL 57.35º 0.74% 0.82% -
HSV(B) 57.35º 0.28% 0.95% -
XYZ 75.86 84.47 52.86 -
YUV 233.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 243 240 175 0 0.01 0.28 0.05 57.35 0.74 0.82
Hex F3 F0 AF 0 1 1C 5 39 4A 52
Octal 363 360 257 0 1 34 5 71 112 122
Binary 11110011 11110000 10101111 0 1 11100 101 111001 1001010 1010010

Color Harmonies of #F3F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F0AF

Black with #F3F0AF

Text Example


Text Example

White with #F3F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F0AF; }

 p { color: rgb(243,240,175); }

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

background-color css

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

 a { background-color: rgb(243,240,175); }

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

border-color css

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

 span { border-color: rgb(243,240,175); }

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