#FBAD8E

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

Shades of Rose Bud #FBAD8E

Tints of Rose Bud #FBAD8E

Color information

#FBAD8E (or 0xFBAD8E) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 8E. RGB value is (251,173,142). Sum of RGB (Red+Green+Blue) = 251+173+142=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD8E is #045271. Grayscale: #C0C0C0. Windows color (decimal): -283250 or 9350651. OLE color: 9350651.

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

Color convert

RGB251173142-
CMYK00.310.430.02
HSL17.06º93.16%77.06%-
HSV(B)17.06º43.43%98.43%-
XYZ59.6152.3532.55-
YUV192.7999.34169.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=44.35%
G=30.57%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117314200.310.430.0217.0693.1677.06
HexFBAD8E01F2B2115d4d
Octal37325521603753221135115
Binary111110111010110110001110011111101011101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD8E; }

 p { color: rgb(251,173,142); }

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

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

 a { background-color: rgb(251,173,142); }

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

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

 span { border-color: rgb(251,173,142); }

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