Html Css Color HEX #F6FBA5 Shalimar

📋 copy color: '#F6FBA5'

red 246 ◦ green 251 ◦ blue 165

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

Shades of Shalimar #F6FBA5

Tints of Shalimar #F6FBA5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.92%

 BLUE value IS 165 (64.84% from 255) = 24.92%

R = 37.16%
G = 37.92%
B = 24.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F6FBA5 (or 0xF6FBA5) is known color: Shalimar. HEX triplet: F6, FB and A5. RGB value is (246,251,165). Sum of RGB (Red+Green+Blue) = 246+251+165=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 165 (64.84% from 255 or 24.92% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FBA5 is #09045A. Grayscale: #F0F0F0. Windows color (decimal): -590939 or 10877942. OLE color: 10877942.

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

Color convert

RGB 246 251 165 -
CMYK 0.02 0 0.34 0.02
HSL 63.49º 0.91% 0.82% -
HSV(B) 63.49º 0.34% 0.98% -
XYZ 79.29 91.3 49.04 -
YUV 239.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 246 251 165 0.02 0 0.34 0.02 63.49 0.91 0.82
Hex F6 FB A5 2 0 22 2 3F 5B 52
Octal 366 373 245 2 0 42 2 77 133 122
Binary 11110110 11111011 10100101 10 0 100010 10 111111 1011011 1010010

Color Harmonies of #F6FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FBA5

Black with #F6FBA5

Text Example


Text Example

White with #F6FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FBA5; }

 p { color: rgb(246,251,165); }

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

background-color css

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

 a { background-color: rgb(246,251,165); }

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

border-color css

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

 span { border-color: rgb(246,251,165); }

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