Html Css Color HEX #F2F2B0 Shalimar

📋 copy color: '#F2F2B0'

red 242 ◦ green 242 ◦ blue 176

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

Shades of Shalimar #F2F2B0

Tints of Shalimar #F2F2B0

RGB

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

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

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

R = 36.67%
G = 36.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2F2B0 (or 0xF2F2B0) is known color: Shalimar. HEX triplet: F2, F2 and B0. RGB value is (242,242,176). Sum of RGB (Red+Green+Blue) = 242+242+176=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F2B0 is #0D0D4F. Grayscale: #EAEAEA. Windows color (decimal): -855376 or 11596530. OLE color: 11596530.

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

Color convert

RGB 242 242 176 -
CMYK 0 0 0.27 0.05
HSL 60º 0.72% 0.82% -
HSV(B) 60º 0.27% 0.95% -
XYZ 76.21 85.52 53.56 -
YUV 234.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 242 242 176 0 0 0.27 0.05 60 0.72 0.82
Hex F2 F2 B0 0 0 1B 5 3C 48 52
Octal 362 362 260 0 0 33 5 74 110 122
Binary 11110010 11110010 10110000 0 0 11011 101 111100 1001000 1010010

Color Harmonies of #F2F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F2B0

Black with #F2F2B0

Text Example


Text Example

White with #F2F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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