#FBA69D

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

Shades of Rose Bud #FBA69D

Tints of Rose Bud #FBA69D

Color information

#FBA69D (or 0xFBA69D) is unknown color: approx Rose Bud. HEX triplet: FB, A6 and 9D. RGB value is (251,166,157). Sum of RGB (Red+Green+Blue) = 251+166+157=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA69D is #045962. Grayscale: #BEBEBE. Windows color (decimal): -285027 or 10331899. OLE color: 10331899.

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

Color convert

RGB251166157-
CMYK00.340.370.02
HSL5.74º92.16%80%-
HSV(B)5.74º37.45%98.43%-
XYZ59.5150.2238.45-
YUV190.39109.16171.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.73%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=43.73%
G=28.92%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116615700.340.370.025.7492.1680
HexFBA69D02225265c50
Octal3732462350424526134120
Binary11111011101001101001110101000101001011011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA69D; }

 p { color: rgb(251,166,157); }

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

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

 a { background-color: rgb(251,166,157); }

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

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

 span { border-color: rgb(251,166,157); }

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