Html Css Color HEX #FBC5A3 Romantic

📋 copy color: '#FBC5A3'

red 251 ◦ green 197 ◦ blue 163

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

Shades of Romantic #FBC5A3

Tints of Romantic #FBC5A3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.24%

 BLUE value IS 163 (64.06% from 255) = 26.68%

R = 41.08%
G = 32.24%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FBC5A3 (or 0xFBC5A3) is known color: Romantic. HEX triplet: FB, C5 and A3. RGB value is (251,197,163). Sum of RGB (Red+Green+Blue) = 251+197+163=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5A3 is #043A5C. Grayscale: #D1D1D1. Windows color (decimal): -277085 or 10733051. OLE color: 10733051.

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

Color convert

RGB 251 197 163 -
CMYK 0 0.22 0.35 0.02
HSL 23.18º 0.92% 0.81% -
HSV(B) 23.18º 0.35% 0.98% -
XYZ 66.36 63.09 43.33 -
YUV 209.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 251 197 163 0 0.22 0.35 0.02 23.18 0.92 0.81
Hex FB C5 A3 0 16 23 2 17 5C 51
Octal 373 305 243 0 26 43 2 27 134 121
Binary 11111011 11000101 10100011 0 10110 100011 10 10111 1011100 1010001

Color Harmonies of #FBC5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5A3

Black with #FBC5A3

Text Example


Text Example

White with #FBC5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5A3; }

 p { color: rgb(251,197,163); }

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

background-color css

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

 a { background-color: rgb(251,197,163); }

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

border-color css

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

 span { border-color: rgb(251,197,163); }

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