Html Css Color HEX #F8F3AF Shalimar

📋 copy color: '#F8F3AF'

red 248 ◦ green 243 ◦ blue 175

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

Shades of Shalimar #F8F3AF

Tints of Shalimar #F8F3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.49%

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

R = 37.24%
G = 36.49%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8F3AF (or 0xF8F3AF) is known color: Shalimar. HEX triplet: F8, F3 and AF. RGB value is (248,243,175). Sum of RGB (Red+Green+Blue) = 248+243+175=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F3AF is #070C50. Grayscale: #EDEDED. Windows color (decimal): -461905 or 11531256. OLE color: 11531256.

HSL color Cylindrical-coordinate representation of color #F8F3AF: hue angle of 55.89º 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 #F8F3AF is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 243 175 -
CMYK 0 0.02 0.29 0.03
HSL 55.89º 0.84% 0.83% -
HSV(B) 55.89º 0.29% 0.97% -
XYZ 78.5 87.15 53.24 -
YUV 236.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 248 243 175 0 0.02 0.29 0.03 55.89 0.84 0.83
Hex F8 F3 AF 0 2 1D 3 38 54 53
Octal 370 363 257 0 2 35 3 70 124 123
Binary 11111000 11110011 10101111 0 10 11101 11 111000 1010100 1010011

Color Harmonies of #F8F3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F3AF

Black with #F8F3AF

Text Example


Text Example

White with #F8F3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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