Html Css Color HEX #FAFBAE Shalimar

📋 copy color: '#FAFBAE'

red 250 ◦ green 251 ◦ blue 174

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

Shades of Shalimar #FAFBAE

Tints of Shalimar #FAFBAE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 174 (68.36% from 255) = 25.78%

R = 37.04%
G = 37.19%
B = 25.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAFBAE (or 0xFAFBAE) is known color: Shalimar. HEX triplet: FA, FB and AE. RGB value is (250,251,174). Sum of RGB (Red+Green+Blue) = 250+251+174=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 174 (68.36% from 255 or 25.78% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBAE is #050451. Grayscale: #F2F2F2. Windows color (decimal): -328786 or 11467770. OLE color: 11467770.

HSL color Cylindrical-coordinate representation of color #FAFBAE: hue angle of 60.78º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAFBAE is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 251 174 -
CMYK 0.00 0 0.31 0.02
HSL 60.78º 0.91% 0.83% -
HSV(B) 60.78º 0.31% 0.98% -
XYZ 81.56 92.37 53.58 -
YUV 241.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 250 251 174 0.00 0 0.31 0.02 60.78 0.91 0.83
Hex FA FB AE 0 0 1F 2 3D 5B 53
Octal 372 373 256 0 0 37 2 75 133 123
Binary 11111010 11111011 10101110 0 0 11111 10 111101 1011011 1010011

Color Harmonies of #FAFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBAE

Black with #FAFBAE

Text Example


Text Example

White with #FAFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBAE; }

 p { color: rgb(250,251,174); }

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

background-color css

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

 a { background-color: rgb(250,251,174); }

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

border-color css

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

 span { border-color: rgb(250,251,174); }

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