Html Css Color HEX #F2F3AB Shalimar

📋 copy color: '#F2F3AB'

red 242 ◦ green 243 ◦ blue 171

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

Shades of Shalimar #F2F3AB

Tints of Shalimar #F2F3AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.07%

R = 36.89%
G = 37.04%
B = 26.07%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2F3AB (or 0xF2F3AB) is known color: Shalimar. HEX triplet: F2, F3 and AB. RGB value is (242,243,171). Sum of RGB (Red+Green+Blue) = 242+243+171=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F3AB is #0D0C54. Grayscale: #EAEAEA. Windows color (decimal): -855125 or 11269106. OLE color: 11269106.

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

Color convert

RGB 242 243 171 -
CMYK 0.00 0 0.30 0.05
HSL 60.83º 0.75% 0.81% -
HSV(B) 60.83º 0.3% 0.95% -
XYZ 76.02 85.92 51.11 -
YUV 234.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 242 243 171 0.00 0 0.30 0.05 60.83 0.75 0.81
Hex F2 F3 AB 0 0 1E 5 3D 4B 51
Octal 362 363 253 0 0 36 5 75 113 121
Binary 11110010 11110011 10101011 0 0 11110 101 111101 1001011 1010001

Color Harmonies of #F2F3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F3AB

Black with #F2F3AB

Text Example


Text Example

White with #F2F3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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