Html Css Color HEX #FAFEB2 Shalimar

📋 copy color: '#FAFEB2'

red 250 ◦ green 254 ◦ blue 178

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

Shades of Shalimar #FAFEB2

Tints of Shalimar #FAFEB2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.24%

 BLUE value IS 178 (69.92% from 255) = 26.1%

R = 36.66%
G = 37.24%
B = 26.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FAFEB2 (or 0xFAFEB2) is known color: Shalimar. HEX triplet: FA, FE and B2. RGB value is (250,254,178). Sum of RGB (Red+Green+Blue) = 250+254+178=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 178 (69.92% from 255 or 26.10% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEB2 is #05014D. Grayscale: #F4F4F4. Windows color (decimal): -328014 or 11730682. OLE color: 11730682.

HSL color Cylindrical-coordinate representation of color #FAFEB2: hue angle of 63.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAFEB2 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 178 -
CMYK 0.02 0 0.30 0.00
HSL 63.16º 0.97% 0.85% -
HSV(B) 63.16º 0.3% 1% -
XYZ 82.9 94.42 55.98 -
YUV 244.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 250 254 178 0.02 0 0.30 0.00 63.16 0.97 0.85
Hex FA FE B2 2 0 1E 0 3F 61 55
Octal 372 376 262 2 0 36 0 77 141 125
Binary 11111010 11111110 10110010 10 0 11110 0 111111 1100001 1010101

Color Harmonies of #FAFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEB2

Black with #FAFEB2

Text Example


Text Example

White with #FAFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEB2; }

 p { color: rgb(250,254,178); }

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

background-color css

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

 a { background-color: rgb(250,254,178); }

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

border-color css

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

 span { border-color: rgb(250,254,178); }

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