Html Css Color HEX #FFF6AF Shalimar

📋 copy color: '#FFF6AF'

red 255 ◦ green 246 ◦ blue 175

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

Shades of Shalimar #FFF6AF

Tints of Shalimar #FFF6AF

RGB

 RED value IS 255 (100% from 255) = 37.72%

 GREEN value IS 246 (96.48% from 255) = 36.39%

 BLUE value IS 175 (68.75% from 255) = 25.89%

R = 37.72%
G = 36.39%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFF6AF (or 0xFFF6AF) is known color: Shalimar. HEX triplet: FF, F6 and AF. RGB value is (255,246,175). Sum of RGB (Red+Green+Blue) = 255+246+175=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AF is #000950. Grayscale: #F0F0F0. Windows color (decimal): -2385 or 11532031. OLE color: 11532031.

HSL color Cylindrical-coordinate representation of color #FFF6AF: hue angle of 53.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF6AF is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 175 -
CMYK 0 0.04 0.31 0
HSL 53.25º 1% 0.84% -
HSV(B) 53.25º 0.31% 1% -
XYZ 81.93 90.27 53.66 -
YUV 240.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 255 246 175 0 0.04 0.31 0 53.25 1 0.84
Hex FF F6 AF 0 4 1F 0 35 64 54
Octal 377 366 257 0 4 37 0 65 144 124
Binary 11111111 11110110 10101111 0 100 11111 0 110101 1100100 1010100

Color Harmonies of #FFF6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6AF

Black with #FFF6AF

Text Example


Text Example

White with #FFF6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6AF; }

 p { color: rgb(255,246,175); }

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

background-color css

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

 a { background-color: rgb(255,246,175); }

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

border-color css

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

 span { border-color: rgb(255,246,175); }

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