Html Css Color HEX #FBC7A0 Romantic

📋 copy color: '#FBC7A0'

red 251 ◦ green 199 ◦ blue 160

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

Shades of Romantic #FBC7A0

Tints of Romantic #FBC7A0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.62%

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

R = 41.15%
G = 32.62%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBC7A0 (or 0xFBC7A0) is known color: Romantic. HEX triplet: FB, C7 and A0. RGB value is (251,199,160). Sum of RGB (Red+Green+Blue) = 251+199+160=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7A0 is #04385F. Grayscale: #D2D2D2. Windows color (decimal): -276576 or 10536955. OLE color: 10536955.

HSL color Cylindrical-coordinate representation of color #FBC7A0: hue angle of 25.71º 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 #FBC7A0 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 160 -
CMYK 0 0.21 0.36 0.02
HSL 25.71º 0.92% 0.81% -
HSV(B) 25.71º 0.36% 0.98% -
XYZ 66.55 63.89 42.08 -
YUV 210.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 251 199 160 0 0.21 0.36 0.02 25.71 0.92 0.81
Hex FB C7 A0 0 15 24 2 1A 5C 51
Octal 373 307 240 0 25 44 2 32 134 121
Binary 11111011 11000111 10100000 0 10101 100100 10 11010 1011100 1010001

Color Harmonies of #FBC7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7A0

Black with #FBC7A0

Text Example


Text Example

White with #FBC7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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