Html Css Color HEX #FBC5A0 Romantic

📋 copy color: '#FBC5A0'

red 251 ◦ green 197 ◦ blue 160

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

Shades of Romantic #FBC5A0

Tints of Romantic #FBC5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.32%

R = 41.28%
G = 32.4%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBC5A0 (or 0xFBC5A0) is known color: Romantic. HEX triplet: FB, C5 and A0. RGB value is (251,197,160). Sum of RGB (Red+Green+Blue) = 251+197+160=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5A0 is #043A5F. Grayscale: #D1D1D1. Windows color (decimal): -277088 or 10536443. OLE color: 10536443.

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

Color convert

RGB 251 197 160 -
CMYK 0 0.22 0.36 0.02
HSL 24.4º 0.92% 0.81% -
HSV(B) 24.4º 0.36% 0.98% -
XYZ 66.1 62.98 41.93 -
YUV 208.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 251 197 160 0 0.22 0.36 0.02 24.4 0.92 0.81
Hex FB C5 A0 0 16 24 2 18 5C 51
Octal 373 305 240 0 26 44 2 30 134 121
Binary 11111011 11000101 10100000 0 10110 100100 10 11000 1011100 1010001

Color Harmonies of #FBC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5A0

Black with #FBC5A0

Text Example


Text Example

White with #FBC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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