Html Css Color HEX #FBFDAB Shalimar

📋 copy color: '#FBFDAB'

red 251 ◦ green 253 ◦ blue 171

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

Shades of Shalimar #FBFDAB

Tints of Shalimar #FBFDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.48%

 BLUE value IS 171 (67.19% from 255) = 25.33%

R = 37.19%
G = 37.48%
B = 25.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FBFDAB (or 0xFBFDAB) is known color: Shalimar. HEX triplet: FB, FD and AB. RGB value is (251,253,171). Sum of RGB (Red+Green+Blue) = 251+253+171=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDAB is #040254. Grayscale: #F3F3F3. Windows color (decimal): -262741 or 11271675. OLE color: 11271675.

HSL color Cylindrical-coordinate representation of color #FBFDAB: hue angle of 61.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBFDAB is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 253 171 -
CMYK 0.01 0 0.32 0.01
HSL 61.46º 0.95% 0.83% -
HSV(B) 61.46º 0.32% 0.99% -
XYZ 82.26 93.7 52.28 -
YUV 243.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 251 253 171 0.01 0 0.32 0.01 61.46 0.95 0.83
Hex FB FD AB 1 0 20 1 3D 5F 53
Octal 373 375 253 1 0 40 1 75 137 123
Binary 11111011 11111101 10101011 1 0 100000 1 111101 1011111 1010011

Color Harmonies of #FBFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFDAB

Black with #FBFDAB

Text Example


Text Example

White with #FBFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFDAB; }

 p { color: rgb(251,253,171); }

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

background-color css

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

 a { background-color: rgb(251,253,171); }

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

border-color css

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

 span { border-color: rgb(251,253,171); }

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