Html Css Color HEX #FBC6A0 Romantic

📋 copy color: '#FBC6A0'

red 251 ◦ green 198 ◦ blue 160

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

Shades of Romantic #FBC6A0

Tints of Romantic #FBC6A0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

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

R = 41.22%
G = 32.51%
B = 26.27%

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

#FBC6A0 (or 0xFBC6A0) is known color: Romantic. HEX triplet: FB, C6 and A0. RGB value is (251,198,160). Sum of RGB (Red+Green+Blue) = 251+198+160=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6A0 is #04395F. Grayscale: #D1D1D1. Windows color (decimal): -276832 or 10536699. OLE color: 10536699.

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

Color convert

RGB 251 198 160 -
CMYK 0 0.21 0.36 0.02
HSL 25.05º 0.92% 0.81% -
HSV(B) 25.05º 0.36% 0.98% -
XYZ 66.32 63.44 42.01 -
YUV 209.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 251 198 160 0 0.21 0.36 0.02 25.05 0.92 0.81
Hex FB C6 A0 0 15 24 2 19 5C 51
Octal 373 306 240 0 25 44 2 31 134 121
Binary 11111011 11000110 10100000 0 10101 100100 10 11001 1011100 1010001

Color Harmonies of #FBC6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC6A0

Black with #FBC6A0

Text Example


Text Example

White with #FBC6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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