Html Css Color HEX #F8FDA2 Shalimar

📋 copy color: '#F8FDA2'

red 248 ◦ green 253 ◦ blue 162

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

Shades of Shalimar #F8FDA2

Tints of Shalimar #F8FDA2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.16%

 BLUE value IS 162 (63.67% from 255) = 24.43%

R = 37.41%
G = 38.16%
B = 24.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#F8FDA2 (or 0xF8FDA2) is known color: Shalimar. HEX triplet: F8, FD and A2. RGB value is (248,253,162). Sum of RGB (Red+Green+Blue) = 248+253+162=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDA2 is #07025D. Grayscale: #F1F1F1. Windows color (decimal): -459358 or 10681848. OLE color: 10681848.

HSL color Cylindrical-coordinate representation of color #F8FDA2: hue angle of 63.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8FDA2 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 253 162 -
CMYK 0.02 0 0.36 0.01
HSL 63.3º 0.96% 0.81% -
HSV(B) 63.3º 0.36% 0.99% -
XYZ 80.36 92.82 47.86 -
YUV 241.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 248 253 162 0.02 0 0.36 0.01 63.3 0.96 0.81
Hex F8 FD A2 2 0 24 1 3F 60 51
Octal 370 375 242 2 0 44 1 77 140 121
Binary 11111000 11111101 10100010 10 0 100100 1 111111 1100000 1010001

Color Harmonies of #F8FDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FDA2

Black with #F8FDA2

Text Example


Text Example

White with #F8FDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FDA2; }

 p { color: rgb(248,253,162); }

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

background-color css

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

 a { background-color: rgb(248,253,162); }

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

border-color css

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

 span { border-color: rgb(248,253,162); }

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