#FBA68F

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

Shades of Rose Bud #FBA68F

Tints of Rose Bud #FBA68F

Color information

#FBA68F (or 0xFBA68F) is unknown color: approx Rose Bud. HEX triplet: FB, A6 and 8F. RGB value is (251,166,143). Sum of RGB (Red+Green+Blue) = 251+166+143=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA68F is #045970. Grayscale: #BCBCBC. Windows color (decimal): -285041 or 9414395. OLE color: 9414395.

HSL color Cylindrical-coordinate representation of color #FBA68F: hue angle of 12.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBA68F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251166143-
CMYK00.340.430.02
HSL12.78º93.1%77.25%-
HSV(B)12.78º43.03%98.43%-
XYZ58.3849.7632.52-
YUV188.79102.16172.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 143 (56.25% from 255) = 25.54%
R=44.82%
G=29.64%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116614300.340.430.0212.7893.177.25
HexFBA68F0222B2d5d4d
Octal37324621704253215135115
Binary111110111010011010001111010001010101110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA68F; }

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

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

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

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

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

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

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

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