Html Css Color HEX #FFF4A6 Shalimar

📋 copy color: '#FFF4A6'

red 255 ◦ green 244 ◦ blue 166

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

Shades of Shalimar #FFF4A6

Tints of Shalimar #FFF4A6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.69%

 BLUE value IS 166 (65.23% from 255) = 24.96%

R = 38.35%
G = 36.69%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFF4A6 (or 0xFFF4A6) is known color: Shalimar. HEX triplet: FF, F4 and A6. RGB value is (255,244,166). Sum of RGB (Red+Green+Blue) = 255+244+166=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 166 (65.23% from 255 or 24.96% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4A6 is #000B59. Grayscale: #EEEEEE. Windows color (decimal): -2906 or 10941695. OLE color: 10941695.

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

Color convert

RGB 255 244 166 -
CMYK 0 0.04 0.35 0
HSL 52.58º 1% 0.83% -
HSV(B) 52.58º 0.35% 1% -
XYZ 80.47 88.71 48.96 -
YUV 238.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 255 244 166 0 0.04 0.35 0 52.58 1 0.83
Hex FF F4 A6 0 4 23 0 35 64 53
Octal 377 364 246 0 4 43 0 65 144 123
Binary 11111111 11110100 10100110 0 100 100011 0 110101 1100100 1010011

Color Harmonies of #FFF4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4A6

Black with #FFF4A6

Text Example


Text Example

White with #FFF4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4A6; }

 p { color: rgb(255,244,166); }

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

background-color css

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

 a { background-color: rgb(255,244,166); }

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

border-color css

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

 span { border-color: rgb(255,244,166); }

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