Html Css Color HEX #FFF2A8 Shalimar

📋 copy color: '#FFF2A8'

red 255 ◦ green 242 ◦ blue 168

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

Shades of Shalimar #FFF2A8

Tints of Shalimar #FFF2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.26%

R = 38.35%
G = 36.39%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFF2A8 (or 0xFFF2A8) is known color: Shalimar. HEX triplet: FF, F2 and A8. RGB value is (255,242,168). Sum of RGB (Red+Green+Blue) = 255+242+168=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 168 (66.02% from 255 or 25.26% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2A8 is #000D57. Grayscale: #EDEDED. Windows color (decimal): -3416 or 11072255. OLE color: 11072255.

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

Color convert

RGB 255 242 168 -
CMYK 0 0.05 0.34 0
HSL 51.03º 1% 0.83% -
HSV(B) 51.03º 0.34% 1% -
XYZ 80.06 87.59 49.73 -
YUV 237.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 255 242 168 0 0.05 0.34 0 51.03 1 0.83
Hex FF F2 A8 0 5 22 0 33 64 53
Octal 377 362 250 0 5 42 0 63 144 123
Binary 11111111 11110010 10101000 0 101 100010 0 110011 1100100 1010011

Color Harmonies of #FFF2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2A8

Black with #FFF2A8

Text Example


Text Example

White with #FFF2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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