Html Css Color HEX #FFF8A5 Shalimar

📋 copy color: '#FFF8A5'

red 255 ◦ green 248 ◦ blue 165

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

Shades of Shalimar #FFF8A5

Tints of Shalimar #FFF8A5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.13%

 BLUE value IS 165 (64.84% from 255) = 24.7%

R = 38.17%
G = 37.13%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFF8A5 (or 0xFFF8A5) is known color: Shalimar. HEX triplet: FF, F8 and A5. RGB value is (255,248,165). Sum of RGB (Red+Green+Blue) = 255+248+165=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 165 (64.84% from 255 or 24.70% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8A5 is #00075A. Grayscale: #F0F0F0. Windows color (decimal): -1883 or 10877183. OLE color: 10877183.

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

Color convert

RGB 255 248 165 -
CMYK 0 0.03 0.35 0
HSL 55.33º 1% 0.82% -
HSV(B) 55.33º 0.35% 1% -
XYZ 81.6 91.11 48.88 -
YUV 240.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 255 248 165 0 0.03 0.35 0 55.33 1 0.82
Hex FF F8 A5 0 3 23 0 37 64 52
Octal 377 370 245 0 3 43 0 67 144 122
Binary 11111111 11111000 10100101 0 11 100011 0 110111 1100100 1010010

Color Harmonies of #FFF8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF8A5

Black with #FFF8A5

Text Example


Text Example

White with #FFF8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF8A5; }

 p { color: rgb(255,248,165); }

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

background-color css

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

 a { background-color: rgb(255,248,165); }

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

border-color css

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

 span { border-color: rgb(255,248,165); }

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