#FBC09A

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

Shades of Romantic #FBC09A

Tints of Romantic #FBC09A

Color information

#FBC09A (or 0xFBC09A) is unknown color: approx Romantic. HEX triplet: FB, C0 and 9A. RGB value is (251,192,154). Sum of RGB (Red+Green+Blue) = 251+192+154=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC09A is #043F65. Grayscale: #CDCDCD. Windows color (decimal): -278374 or 10141947. OLE color: 10141947.

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

Color convert

RGB251192154-
CMYK00.240.390.02
HSL23.51º92.38%79.41%-
HSV(B)23.51º38.65%98.43%-
XYZ64.4760.5438.86-
YUV205.3199.05160.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=42.04%
G=32.16%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119215400.240.390.0223.5192.3879.41
HexFBC09A018272185c4f
Octal37330023203047230134117
Binary111110111100000010011010011000100111101100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC09A; }

 p { color: rgb(251,192,154); }

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

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

 a { background-color: rgb(251,192,154); }

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

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

 span { border-color: rgb(251,192,154); }

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