Html Css Color HEX #FFF2AA Shalimar

📋 copy color: '#FFF2AA'

red 255 ◦ green 242 ◦ blue 170

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

Shades of Shalimar #FFF2AA

Tints of Shalimar #FFF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.28%

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

R = 38.23%
G = 36.28%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFF2AA (or 0xFFF2AA) is known color: Shalimar. HEX triplet: FF, F2 and AA. RGB value is (255,242,170). Sum of RGB (Red+Green+Blue) = 255+242+170=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2AA is #000D55. Grayscale: #EDEDED. Windows color (decimal): -3414 or 11203327. OLE color: 11203327.

HSL color Cylindrical-coordinate representation of color #FFF2AA: hue angle of 50.82º 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 #FFF2AA is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 170 -
CMYK 0 0.05 0.33 0
HSL 50.82º 1% 0.83% -
HSV(B) 50.82º 0.33% 1% -
XYZ 80.25 87.67 50.72 -
YUV 237.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 255 242 170 0 0.05 0.33 0 50.82 1 0.83
Hex FF F2 AA 0 5 21 0 33 64 53
Octal 377 362 252 0 5 41 0 63 144 123
Binary 11111111 11110010 10101010 0 101 100001 0 110011 1100100 1010011

Color Harmonies of #FFF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2AA

Black with #FFF2AA

Text Example


Text Example

White with #FFF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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