#FBC19B

Color #FBC19B Romantic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Romantic #FBC19B

Tints of Romantic #FBC19B

Color information

#FBC19B (or 0xFBC19B) is unknown color: approx Romantic. HEX triplet: FB, C1 and 9B. RGB value is (251,193,155). Sum of RGB (Red+Green+Blue) = 251+193+155=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC19B is #043E64. Grayscale: #CECECE. Windows color (decimal): -278117 or 10207739. OLE color: 10207739.

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

Color convert

RGB251193155-
CMYK00.230.380.02
HSL23.75º92.31%79.61%-
HSV(B)23.75º38.25%98.43%-
XYZ64.7761.0239.37-
YUV206.0199.22160.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 155 (60.94% from 255) = 25.88%
R=41.90%
G=32.22%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119315500.230.380.0223.7592.3179.61
HexFBC19B017262185c50
Octal37330123302746230134120
Binary111110111100000110011011010111100110101100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC19B; }

 p { color: rgb(251,193,155); }

 H1.HeaderClassName
 {
   color: #FBC19B;
 }
 .AnyTagClassName
 {
   color: #FBC19B;
 }
</style>
background-color css

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

 a { background-color: rgb(251,193,155); }

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

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

 span { border-color: rgb(251,193,155); }

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