Html Css Color HEX #F6FAA8 Shalimar

📋 copy color: '#F6FAA8'

red 246 ◦ green 250 ◦ blue 168

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

Shades of Shalimar #F6FAA8

Tints of Shalimar #F6FAA8

RGB

 RED value IS 246 (96.48% from 255) = 37.05%

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 168 (66.02% from 255) = 25.3%

R = 37.05%
G = 37.65%
B = 25.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F6FAA8 (or 0xF6FAA8) is known color: Shalimar. HEX triplet: F6, FA and A8. RGB value is (246,250,168). Sum of RGB (Red+Green+Blue) = 246+250+168=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 168 (66.02% from 255 or 25.30% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAA8 is #090557. Grayscale: #EFEFEF. Windows color (decimal): -591192 or 11074294. OLE color: 11074294.

HSL color Cylindrical-coordinate representation of color #F6FAA8: hue angle of 62.93º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6FAA8 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 250 168 -
CMYK 0.02 0 0.33 0.02
HSL 62.93º 0.89% 0.82% -
HSV(B) 62.93º 0.33% 0.98% -
XYZ 79.26 90.79 50.39 -
YUV 239.46 87.67 132.67 -
System Red Green Blue C M Y K H S L
Decimal 246 250 168 0.02 0 0.33 0.02 62.93 0.89 0.82
Hex F6 FA A8 2 0 21 2 3F 59 52
Octal 366 372 250 2 0 41 2 77 131 122
Binary 11110110 11111010 10101000 10 0 100001 10 111111 1011001 1010010

Color Harmonies of #F6FAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FAA8

Black with #F6FAA8

Text Example


Text Example

White with #F6FAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FAA8; }

 p { color: rgb(246,250,168); }

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

background-color css

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

 a { background-color: rgb(246,250,168); }

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

border-color css

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

 span { border-color: rgb(246,250,168); }

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