#FBC29F

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

Shades of Romantic #FBC29F

Tints of Romantic #FBC29F

Color information

#FBC29F (or 0xFBC29F) is unknown color: approx Romantic. HEX triplet: FB, C2 and 9F. RGB value is (251,194,159). Sum of RGB (Red+Green+Blue) = 251+194+159=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC29F is #043D60. Grayscale: #CFCFCF. Windows color (decimal): -277857 or 10470139. OLE color: 10470139.

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

Color convert

RGB251194159-
CMYK00.230.370.02
HSL22.83º92%80.39%-
HSV(B)22.83º36.65%98.43%-
XYZ65.3361.641.25-
YUV207.05100.88159.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 194 (76.17% from 255) = 32.12%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=41.56%
G=32.12%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119415900.230.370.0222.839280.39
HexFBC29F017252175c50
Octal37330223702745227134120
Binary111110111100001010011111010111100101101011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC29F; }

 p { color: rgb(251,194,159); }

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

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

 a { background-color: rgb(251,194,159); }

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

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

 span { border-color: rgb(251,194,159); }

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