Html Css Color HEX #F3F2AD Shalimar

📋 copy color: '#F3F2AD'

red 243 ◦ green 242 ◦ blue 173

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

Shades of Shalimar #F3F2AD

Tints of Shalimar #F3F2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.29%

R = 36.93%
G = 36.78%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F3F2AD (or 0xF3F2AD) is known color: Shalimar. HEX triplet: F3, F2 and AD. RGB value is (243,242,173). Sum of RGB (Red+Green+Blue) = 243+242+173=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2AD is #0C0D52. Grayscale: #EAEAEA. Windows color (decimal): -789843 or 11399923. OLE color: 11399923.

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

Color convert

RGB 243 242 173 -
CMYK 0 0.00 0.29 0.05
HSL 59.14º 0.74% 0.82% -
HSV(B) 59.14º 0.29% 0.95% -
XYZ 76.26 85.58 52.03 -
YUV 234.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 243 242 173 0 0.00 0.29 0.05 59.14 0.74 0.82
Hex F3 F2 AD 0 0 1D 5 3B 4A 52
Octal 363 362 255 0 0 35 5 73 112 122
Binary 11110011 11110010 10101101 0 0 11101 101 111011 1001010 1010010

Color Harmonies of #F3F2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F2AD

Black with #F3F2AD

Text Example


Text Example

White with #F3F2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F2AD; }

 p { color: rgb(243,242,173); }

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

background-color css

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

 a { background-color: rgb(243,242,173); }

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

border-color css

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

 span { border-color: rgb(243,242,173); }

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