Html Css Color HEX #FFFBA8 Shalimar

📋 copy color: '#FFFBA8'

red 255 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #FFFBA8

Tints of Shalimar #FFFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 24.93%

R = 37.83%
G = 37.24%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFFBA8 (or 0xFFFBA8) is known color: Shalimar. HEX triplet: FF, FB and A8. RGB value is (255,251,168). Sum of RGB (Red+Green+Blue) = 255+251+168=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA8 is #000457. Grayscale: #F3F3F3. Windows color (decimal): -1112 or 11074559. OLE color: 11074559.

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

Color convert

RGB 255 251 168 -
CMYK 0 0.02 0.34 0
HSL 57.24º 1% 0.83% -
HSV(B) 57.24º 0.34% 1% -
XYZ 82.81 93.08 50.65 -
YUV 242.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 255 251 168 0 0.02 0.34 0 57.24 1 0.83
Hex FF FB A8 0 2 22 0 39 64 53
Octal 377 373 250 0 2 42 0 71 144 123
Binary 11111111 11111011 10101000 0 10 100010 0 111001 1100100 1010011

Color Harmonies of #FFFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBA8

Black with #FFFBA8

Text Example


Text Example

White with #FFFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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