Html Css Color HEX #FFFBB1 Shalimar

📋 copy color: '#FFFBB1'

red 255 ◦ green 251 ◦ blue 177

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

Shades of Shalimar #FFFBB1

Tints of Shalimar #FFFBB1

RGB

 RED value IS 255 (100% from 255) = 37.34%

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

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

R = 37.34%
G = 36.75%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFFBB1 (or 0xFFFBB1) is known color: Shalimar. HEX triplet: FF, FB and B1. RGB value is (255,251,177). Sum of RGB (Red+Green+Blue) = 255+251+177=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBB1 is #00044E. Grayscale: #F4F4F4. Windows color (decimal): -1103 or 11664383. OLE color: 11664383.

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

Color convert

RGB 255 251 177 -
CMYK 0 0.02 0.31 0
HSL 56.92º 1% 0.85% -
HSV(B) 56.92º 0.31% 1% -
XYZ 83.67 93.43 55.22 -
YUV 243.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 255 251 177 0 0.02 0.31 0 56.92 1 0.85
Hex FF FB B1 0 2 1F 0 39 64 55
Octal 377 373 261 0 2 37 0 71 144 125
Binary 11111111 11111011 10110001 0 10 11111 0 111001 1100100 1010101

Color Harmonies of #FFFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBB1

Black with #FFFBB1

Text Example


Text Example

White with #FFFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBB1; }

 p { color: rgb(255,251,177); }

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

background-color css

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

 a { background-color: rgb(255,251,177); }

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

border-color css

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

 span { border-color: rgb(255,251,177); }

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