Html Css Color HEX #FFFBB2 Shalimar

📋 copy color: '#FFFBB2'

red 255 ◦ green 251 ◦ blue 178

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

Shades of Shalimar #FFFBB2

Tints of Shalimar #FFFBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.02%

R = 37.28%
G = 36.7%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFFBB2 (or 0xFFFBB2) is known color: Shalimar. HEX triplet: FF, FB and B2. RGB value is (255,251,178). Sum of RGB (Red+Green+Blue) = 255+251+178=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 178 (69.92% from 255 or 26.02% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBB2 is #00044D. Grayscale: #F4F4F4. Windows color (decimal): -1102 or 11729919. OLE color: 11729919.

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

Color convert

RGB 255 251 178 -
CMYK 0 0.02 0.30 0
HSL 56.88º 1% 0.85% -
HSV(B) 56.88º 0.3% 1% -
XYZ 83.77 93.47 55.75 -
YUV 243.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 255 251 178 0 0.02 0.30 0 56.88 1 0.85
Hex FF FB B2 0 2 1E 0 39 64 55
Octal 377 373 262 0 2 36 0 71 144 125
Binary 11111111 11111011 10110010 0 10 11110 0 111001 1100100 1010101

Color Harmonies of #FFFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBB2

Black with #FFFBB2

Text Example


Text Example

White with #FFFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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