Html Css Color HEX #FFFBA5 Shalimar

📋 copy color: '#FFFBA5'

red 255 ◦ green 251 ◦ blue 165

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

Shades of Shalimar #FFFBA5

Tints of Shalimar #FFFBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.59%

R = 38%
G = 37.41%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFFBA5 (or 0xFFFBA5) is known color: Shalimar. HEX triplet: FF, FB and A5. RGB value is (255,251,165). Sum of RGB (Red+Green+Blue) = 255+251+165=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 165 (64.84% from 255 or 24.59% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA5 is #00045A. Grayscale: #F2F2F2. Windows color (decimal): -1115 or 10877951. OLE color: 10877951.

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

Color convert

RGB 255 251 165 -
CMYK 0 0.02 0.35 0
HSL 57.33º 1% 0.82% -
HSV(B) 57.33º 0.35% 1% -
XYZ 82.53 92.97 49.19 -
YUV 242.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 255 251 165 0 0.02 0.35 0 57.33 1 0.82
Hex FF FB A5 0 2 23 0 39 64 52
Octal 377 373 245 0 2 43 0 71 144 122
Binary 11111111 11111011 10100101 0 10 100011 0 111001 1100100 1010010

Color Harmonies of #FFFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBA5

Black with #FFFBA5

Text Example


Text Example

White with #FFFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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