Html Css Color HEX #FFF4AA Shalimar

📋 copy color: '#FFF4AA'

red 255 ◦ green 244 ◦ blue 170

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

Shades of Shalimar #FFF4AA

Tints of Shalimar #FFF4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.41%

R = 38.12%
G = 36.47%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFF4AA (or 0xFFF4AA) is known color: Shalimar. HEX triplet: FF, F4 and AA. RGB value is (255,244,170). Sum of RGB (Red+Green+Blue) = 255+244+170=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AA is #000B55. Grayscale: #EFEFEF. Windows color (decimal): -2902 or 11203839. OLE color: 11203839.

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

Color convert

RGB 255 244 170 -
CMYK 0 0.04 0.33 0
HSL 52.24º 1% 0.83% -
HSV(B) 52.24º 0.33% 1% -
XYZ 80.85 88.86 50.92 -
YUV 238.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 255 244 170 0 0.04 0.33 0 52.24 1 0.83
Hex FF F4 AA 0 4 21 0 34 64 53
Octal 377 364 252 0 4 41 0 64 144 123
Binary 11111111 11110100 10101010 0 100 100001 0 110100 1100100 1010011

Color Harmonies of #FFF4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4AA

Black with #FFF4AA

Text Example


Text Example

White with #FFF4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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