#F2F3AD

Color #F2F3AD Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F2F3AD

Tints of Shalimar #F2F3AD

Color information

#F2F3AD (or 0xF2F3AD) is unknown color: approx Shalimar. HEX triplet: F2, F3 and AD. RGB value is (242,243,173). Sum of RGB (Red+Green+Blue) = 242+243+173=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 173 (67.97% from 255 or 26.29% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F3AD is #0D0C52. Grayscale: #EBEBEB. Windows color (decimal): -855123 or 11400178. OLE color: 11400178.

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

Color convert

RGB242243173-
CMYK0.0000.290.05
HSL60.86º74.47%81.57%-
HSV(B)60.86º28.81%95.29%-
XYZ76.218652.12-
YUV234.7293.17133.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.78%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 173 (67.97% from 255) = 26.29%
R=36.78%
G=36.93%
B=26.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431730.0000.290.0560.8674.4781.57
HexF2F3AD001D53d4a52
Octal3623632550035575112122
Binary111100101111001110101101001110110111110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3AD; }

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

 H1.HeaderClassName
 {
   color: #F2F3AD;
 }
 .AnyTagClassName
 {
   color: #F2F3AD;
 }
</style>
background-color css

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

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

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

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

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

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