Html Css Color HEX #FAFDA2 Shalimar

📋 copy color: '#FAFDA2'

red 250 ◦ green 253 ◦ blue 162

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

Shades of Shalimar #FAFDA2

Tints of Shalimar #FAFDA2

RGB

 RED value IS 250 (98.05% from 255) = 37.59%

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

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

R = 37.59%
G = 38.05%
B = 24.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FAFDA2 (or 0xFAFDA2) is known color: Shalimar. HEX triplet: FA, FD and A2. RGB value is (250,253,162). Sum of RGB (Red+Green+Blue) = 250+253+162=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 162 (63.67% from 255 or 24.36% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFDA2 is #05025D. Grayscale: #F2F2F2. Windows color (decimal): -328286 or 10681850. OLE color: 10681850.

HSL color Cylindrical-coordinate representation of color #FAFDA2: hue angle of 61.98º 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 #FAFDA2 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 162 -
CMYK 0.01 0 0.36 0.01
HSL 61.98º 0.96% 0.81% -
HSV(B) 61.98º 0.36% 0.99% -
XYZ 81.07 93.18 47.9 -
YUV 241.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 250 253 162 0.01 0 0.36 0.01 61.98 0.96 0.81
Hex FA FD A2 1 0 24 1 3E 60 51
Octal 372 375 242 1 0 44 1 76 140 121
Binary 11111010 11111101 10100010 1 0 100100 1 111110 1100000 1010001

Color Harmonies of #FAFDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDA2

Black with #FAFDA2

Text Example


Text Example

White with #FAFDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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