Html Css Color HEX #FAFFAC Shalimar

📋 copy color: '#FAFFAC'

red 250 ◦ green 255 ◦ blue 172

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

Shades of Shalimar #FAFFAC

Tints of Shalimar #FAFFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 37.67%

 BLUE value IS 172 (67.58% from 255) = 25.41%

R = 36.93%
G = 37.67%
B = 25.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FAFFAC (or 0xFAFFAC) is known color: Shalimar. HEX triplet: FA, FF and AC. RGB value is (250,255,172). Sum of RGB (Red+Green+Blue) = 250+255+172=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 172 (67.58% from 255 or 25.41% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAC is #050053. Grayscale: #F4F4F4. Windows color (decimal): -327764 or 11337722. OLE color: 11337722.

HSL color Cylindrical-coordinate representation of color #FAFFAC: hue angle of 63.61º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAFFAC is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 172 -
CMYK 0.02 0 0.33 0
HSL 63.61º 1% 0.84% -
HSV(B) 63.61º 0.33% 1% -
XYZ 82.63 94.82 52.98 -
YUV 244.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 250 255 172 0.02 0 0.33 0 63.61 1 0.84
Hex FA FF AC 2 0 21 0 40 64 54
Octal 372 377 254 2 0 41 0 100 144 124
Binary 11111010 11111111 10101100 10 0 100001 0 1000000 1100100 1010100

Color Harmonies of #FAFFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFAC

Black with #FAFFAC

Text Example


Text Example

White with #FAFFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFAC; }

 p { color: rgb(250,255,172); }

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

background-color css

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

 a { background-color: rgb(250,255,172); }

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

border-color css

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

 span { border-color: rgb(250,255,172); }

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