Html Css Color HEX #F6FAAC Shalimar

📋 copy color: '#F6FAAC'

red 246 ◦ green 250 ◦ blue 172

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

Shades of Shalimar #F6FAAC

Tints of Shalimar #F6FAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.75%

R = 36.83%
G = 37.43%
B = 25.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F6FAAC (or 0xF6FAAC) is known color: Shalimar. HEX triplet: F6, FA and AC. RGB value is (246,250,172). Sum of RGB (Red+Green+Blue) = 246+250+172=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 172 (67.58% from 255 or 25.75% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FAAC is #090553. Grayscale: #F0F0F0. Windows color (decimal): -591188 or 11336438. OLE color: 11336438.

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

Color convert

RGB 246 250 172 -
CMYK 0.02 0 0.31 0.02
HSL 63.08º 0.89% 0.83% -
HSV(B) 63.08º 0.31% 0.98% -
XYZ 79.64 90.94 52.39 -
YUV 239.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 246 250 172 0.02 0 0.31 0.02 63.08 0.89 0.83
Hex F6 FA AC 2 0 1F 2 3F 59 53
Octal 366 372 254 2 0 37 2 77 131 123
Binary 11110110 11111010 10101100 10 0 11111 10 111111 1011001 1010011

Color Harmonies of #F6FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FAAC

Black with #F6FAAC

Text Example


Text Example

White with #F6FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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