Html Css Color HEX #F2F3AC Shalimar

📋 copy color: '#F2F3AC'

red 242 ◦ green 243 ◦ blue 172

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

Shades of Shalimar #F2F3AC

Tints of Shalimar #F2F3AC

RGB

 RED value IS 242 (94.92% from 255) = 36.83%

 GREEN value IS 243 (95.31% from 255) = 36.99%

 BLUE value IS 172 (67.58% from 255) = 26.18%

R = 36.83%
G = 36.99%
B = 26.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2F3AC (or 0xF2F3AC) is known color: Shalimar. HEX triplet: F2, F3 and AC. RGB value is (242,243,172). Sum of RGB (Red+Green+Blue) = 242+243+172=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 172 (67.58% from 255 or 26.18% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F3AC is #0D0C53. Grayscale: #EAEAEA. Windows color (decimal): -855124 or 11334642. OLE color: 11334642.

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

Color convert

RGB 242 243 172 -
CMYK 0.00 0 0.29 0.05
HSL 60.85º 0.75% 0.81% -
HSV(B) 60.85º 0.29% 0.95% -
XYZ 76.11 85.96 51.61 -
YUV 234.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 242 243 172 0.00 0 0.29 0.05 60.85 0.75 0.81
Hex F2 F3 AC 0 0 1D 5 3D 4B 51
Octal 362 363 254 0 0 35 5 75 113 121
Binary 11110010 11110011 10101100 0 0 11101 101 111101 1001011 1010001

Color Harmonies of #F2F3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F3AC

Black with #F2F3AC

Text Example


Text Example

White with #F2F3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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