#FB9E9C

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

Shades of Rose Bud #FB9E9C

Tints of Rose Bud #FB9E9C

Color information

#FB9E9C (or 0xFB9E9C) is unknown color: approx Rose Bud. HEX triplet: FB, 9E and 9C. RGB value is (251,158,156). Sum of RGB (Red+Green+Blue) = 251+158+156=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9E9C is #046163. Grayscale: #B9B9B9. Windows color (decimal): -287076 or 10264315. OLE color: 10264315.

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

Color convert

RGB251158156-
CMYK00.370.380.02
HSL1.26º92.23%79.8%-
HSV(B)1.26º37.85%98.43%-
XYZ58.0147.3637.54-
YUV185.58111.31174.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=44.42%
G=27.96%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115815600.370.380.021.2692.2379.8
HexFB9E9C02526215c50
Octal3732362340454621134120
Binary111110111001111010011100010010110011010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9E9C; }

 p { color: rgb(251,158,156); }

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

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

 a { background-color: rgb(251,158,156); }

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

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

 span { border-color: rgb(251,158,156); }

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