Html Css Color HEX #FBEFA8 Shalimar

📋 copy color: '#FBEFA8'

red 251 ◦ green 239 ◦ blue 168

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

Shades of Shalimar #FBEFA8

Tints of Shalimar #FBEFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

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

R = 38.15%
G = 36.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBEFA8 (or 0xFBEFA8) is known color: Shalimar. HEX triplet: FB, EF and A8. RGB value is (251,239,168). Sum of RGB (Red+Green+Blue) = 251+239+168=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEFA8 is #041057. Grayscale: #EAEAEA. Windows color (decimal): -266328 or 11071483. OLE color: 11071483.

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

Color convert

RGB 251 239 168 -
CMYK 0 0.05 0.33 0.02
HSL 51.33º 0.91% 0.82% -
HSV(B) 51.33º 0.33% 0.98% -
XYZ 77.72 85.07 49.37 -
YUV 234.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 251 239 168 0 0.05 0.33 0.02 51.33 0.91 0.82
Hex FB EF A8 0 5 21 2 33 5B 52
Octal 373 357 250 0 5 41 2 63 133 122
Binary 11111011 11101111 10101000 0 101 100001 10 110011 1011011 1010010

Color Harmonies of #FBEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFA8

Black with #FBEFA8

Text Example


Text Example

White with #FBEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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