Html Css Color HEX #FBF3AF Shalimar

📋 copy color: '#FBF3AF'

red 251 ◦ green 243 ◦ blue 175

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

Shades of Shalimar #FBF3AF

Tints of Shalimar #FBF3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.32%

 BLUE value IS 175 (68.75% from 255) = 26.16%

R = 37.52%
G = 36.32%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBF3AF (or 0xFBF3AF) is known color: Shalimar. HEX triplet: FB, F3 and AF. RGB value is (251,243,175). Sum of RGB (Red+Green+Blue) = 251+243+175=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3AF is #040C50. Grayscale: #EDEDED. Windows color (decimal): -265297 or 11531259. OLE color: 11531259.

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

Color convert

RGB 251 243 175 -
CMYK 0 0.03 0.30 0.02
HSL 53.68º 0.9% 0.84% -
HSV(B) 53.68º 0.3% 0.98% -
XYZ 79.57 87.71 53.29 -
YUV 237.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 251 243 175 0 0.03 0.30 0.02 53.68 0.9 0.84
Hex FB F3 AF 0 3 1E 2 36 5A 54
Octal 373 363 257 0 3 36 2 66 132 124
Binary 11111011 11110011 10101111 0 11 11110 10 110110 1011010 1010100

Color Harmonies of #FBF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF3AF

Black with #FBF3AF

Text Example


Text Example

White with #FBF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF3AF; }

 p { color: rgb(251,243,175); }

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

background-color css

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

 a { background-color: rgb(251,243,175); }

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

border-color css

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

 span { border-color: rgb(251,243,175); }

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