Html Css Color HEX #FAFEB1 Shalimar

📋 copy color: '#FAFEB1'

red 250 ◦ green 254 ◦ blue 177

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

Shades of Shalimar #FAFEB1

Tints of Shalimar #FAFEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 25.99%

R = 36.71%
G = 37.3%
B = 25.99%

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

#FAFEB1 (or 0xFAFEB1) is known color: Shalimar. HEX triplet: FA, FE and B1. RGB value is (250,254,177). Sum of RGB (Red+Green+Blue) = 250+254+177=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 177 (69.53% from 255 or 25.99% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFEB1 is #05014E. Grayscale: #F4F4F4. Windows color (decimal): -328015 or 11665146. OLE color: 11665146.

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

Color convert

RGB 250 254 177 -
CMYK 0.02 0 0.30 0.00
HSL 63.12º 0.97% 0.85% -
HSV(B) 63.12º 0.3% 1% -
XYZ 82.8 94.38 55.45 -
YUV 244.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 250 254 177 0.02 0 0.30 0.00 63.12 0.97 0.85
Hex FA FE B1 2 0 1E 0 3F 61 55
Octal 372 376 261 2 0 36 0 77 141 125
Binary 11111010 11111110 10110001 10 0 11110 0 111111 1100001 1010101

Color Harmonies of #FAFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEB1

Black with #FAFEB1

Text Example


Text Example

White with #FAFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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