Html Css Color HEX #F8F5AF Shalimar

📋 copy color: '#F8F5AF'

red 248 ◦ green 245 ◦ blue 175

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

Shades of Shalimar #F8F5AF

Tints of Shalimar #F8F5AF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

 BLUE value IS 175 (68.75% from 255) = 26.2%

R = 37.13%
G = 36.68%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8F5AF (or 0xF8F5AF) is known color: Shalimar. HEX triplet: F8, F5 and AF. RGB value is (248,245,175). Sum of RGB (Red+Green+Blue) = 248+245+175=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F5AF is #070A50. Grayscale: #EEEEEE. Windows color (decimal): -461393 or 11531768. OLE color: 11531768.

HSL color Cylindrical-coordinate representation of color #F8F5AF: hue angle of 57.53º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8F5AF is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 245 175 -
CMYK 0 0.01 0.29 0.03
HSL 57.53º 0.84% 0.83% -
HSV(B) 57.53º 0.29% 0.97% -
XYZ 79.1 88.36 53.44 -
YUV 237.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 248 245 175 0 0.01 0.29 0.03 57.53 0.84 0.83
Hex F8 F5 AF 0 1 1D 3 3A 54 53
Octal 370 365 257 0 1 35 3 72 124 123
Binary 11111000 11110101 10101111 0 1 11101 11 111010 1010100 1010011

Color Harmonies of #F8F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F5AF

Black with #F8F5AF

Text Example


Text Example

White with #F8F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F5AF; }

 p { color: rgb(248,245,175); }

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

background-color css

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

 a { background-color: rgb(248,245,175); }

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

border-color css

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

 span { border-color: rgb(248,245,175); }

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