Html Css Color HEX #F2EFA7 Shalimar

📋 copy color: '#F2EFA7'

red 242 ◦ green 239 ◦ blue 167

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

Shades of Shalimar #F2EFA7

Tints of Shalimar #F2EFA7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.88%

 BLUE value IS 167 (65.63% from 255) = 25.77%

R = 37.35%
G = 36.88%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F2EFA7 (or 0xF2EFA7) is known color: Shalimar. HEX triplet: F2, EF and A7. RGB value is (242,239,167). Sum of RGB (Red+Green+Blue) = 242+239+167=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA7 is #0D1058. Grayscale: #E7E7E7. Windows color (decimal): -856153 or 11005938. OLE color: 11005938.

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

Color convert

RGB 242 239 167 -
CMYK 0 0.01 0.31 0.05
HSL 57.6º 0.74% 0.8% -
HSV(B) 57.6º 0.31% 0.95% -
XYZ 74.46 83.4 48.73 -
YUV 231.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 242 239 167 0 0.01 0.31 0.05 57.6 0.74 0.8
Hex F2 EF A7 0 1 1F 5 3A 4A 50
Octal 362 357 247 0 1 37 5 72 112 120
Binary 11110010 11101111 10100111 0 1 11111 101 111010 1001010 1010000

Color Harmonies of #F2EFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EFA7

Black with #F2EFA7

Text Example


Text Example

White with #F2EFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EFA7; }

 p { color: rgb(242,239,167); }

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

background-color css

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

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

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

border-color css

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

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

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