Html Css Color HEX #FBFAAF Shalimar

📋 copy color: '#FBFAAF'

red 251 ◦ green 250 ◦ blue 175

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

Shades of Shalimar #FBFAAF

Tints of Shalimar #FBFAAF

RGB

 RED value IS 251 (98.44% from 255) = 37.13%

 GREEN value IS 250 (98.05% from 255) = 36.98%

 BLUE value IS 175 (68.75% from 255) = 25.89%

R = 37.13%
G = 36.98%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBFAAF (or 0xFBFAAF) is known color: Shalimar. HEX triplet: FB, FA and AF. RGB value is (251,250,175). Sum of RGB (Red+Green+Blue) = 251+250+175=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAAF is #040550. Grayscale: #F2F2F2. Windows color (decimal): -263505 or 11533051. OLE color: 11533051.

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

Color convert

RGB 251 250 175 -
CMYK 0 0.00 0.30 0.02
HSL 59.21º 0.9% 0.84% -
HSV(B) 59.21º 0.3% 0.98% -
XYZ 81.71 91.98 54 -
YUV 241.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 251 250 175 0 0.00 0.30 0.02 59.21 0.9 0.84
Hex FB FA AF 0 0 1E 2 3B 5A 54
Octal 373 372 257 0 0 36 2 73 132 124
Binary 11111011 11111010 10101111 0 0 11110 10 111011 1011010 1010100

Color Harmonies of #FBFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAAF

Black with #FBFAAF

Text Example


Text Example

White with #FBFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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