Html Css Color HEX #F3F2B0 Shalimar

📋 copy color: '#F3F2B0'

red 243 ◦ green 242 ◦ blue 176

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

Shades of Shalimar #F3F2B0

Tints of Shalimar #F3F2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.63%

R = 36.76%
G = 36.61%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3F2B0 (or 0xF3F2B0) is known color: Shalimar. HEX triplet: F3, F2 and B0. RGB value is (243,242,176). Sum of RGB (Red+Green+Blue) = 243+242+176=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2B0 is #0C0D4F. Grayscale: #EBEBEB. Windows color (decimal): -789840 or 11596531. OLE color: 11596531.

HSL color Cylindrical-coordinate representation of color #F3F2B0: hue angle of 59.1º 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 #F3F2B0 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 242 176 -
CMYK 0 0.00 0.28 0.05
HSL 59.1º 0.74% 0.82% -
HSV(B) 59.1º 0.28% 0.95% -
XYZ 76.55 85.69 53.58 -
YUV 234.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 243 242 176 0 0.00 0.28 0.05 59.1 0.74 0.82
Hex F3 F2 B0 0 0 1C 5 3B 4A 52
Octal 363 362 260 0 0 34 5 73 112 122
Binary 11110011 11110010 10110000 0 0 11100 101 111011 1001010 1010010

Color Harmonies of #F3F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F2B0

Black with #F3F2B0

Text Example


Text Example

White with #F3F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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