Html Css Color HEX #F8FAAE Shalimar

📋 copy color: '#F8FAAE'

red 248 ◦ green 250 ◦ blue 174

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

Shades of Shalimar #F8FAAE

Tints of Shalimar #F8FAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.2%

 BLUE value IS 174 (68.36% from 255) = 25.89%

R = 36.9%
G = 37.2%
B = 25.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F8FAAE (or 0xF8FAAE) is known color: Shalimar. HEX triplet: F8, FA and AE. RGB value is (248,250,174). Sum of RGB (Red+Green+Blue) = 248+250+174=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 174 (68.36% from 255 or 25.89% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FAAE is #070551. Grayscale: #F1F1F1. Windows color (decimal): -460114 or 11467512. OLE color: 11467512.

HSL color Cylindrical-coordinate representation of color #F8FAAE: hue angle of 61.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8FAAE is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 174 -
CMYK 0.01 0 0.30 0.02
HSL 61.58º 0.88% 0.83% -
HSV(B) 61.58º 0.3% 0.98% -
XYZ 80.54 91.38 53.44 -
YUV 240.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 248 250 174 0.01 0 0.30 0.02 61.58 0.88 0.83
Hex F8 FA AE 1 0 1E 2 3E 58 53
Octal 370 372 256 1 0 36 2 76 130 123
Binary 11111000 11111010 10101110 1 0 11110 10 111110 1011000 1010011

Color Harmonies of #F8FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FAAE

Black with #F8FAAE

Text Example


Text Example

White with #F8FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FAAE; }

 p { color: rgb(248,250,174); }

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

background-color css

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

 a { background-color: rgb(248,250,174); }

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

border-color css

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

 span { border-color: rgb(248,250,174); }

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