#FB94CE

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

Shades of Tea Rose #FB94CE

Tints of Tea Rose #FB94CE

Color information

#FB94CE (or 0xFB94CE) is unknown color: approx Tea Rose. HEX triplet: FB, 94 and CE. RGB value is (251,148,206). Sum of RGB (Red+Green+Blue) = 251+148+206=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94CE is #046B31. Grayscale: #B9B9B9. Windows color (decimal): -289586 or 13538555. OLE color: 13538555.

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

Color convert

RGB251148206-
CMYK00.410.180.02
HSL326.21º92.79%78.24%-
HSV(B)326.21º41.04%98.43%-
XYZ61.5146.1564.06-
YUV185.41139.62174.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=41.49%
G=24.46%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114820600.410.180.02326.2192.7978.24
HexFB94CE0291221465d4e
Octal373224316051222506135116
Binary1111101110010100110011100101001100101010100011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94CE; }

 p { color: rgb(251,148,206); }

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

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

 a { background-color: rgb(251,148,206); }

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

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

 span { border-color: rgb(251,148,206); }

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