#FB92CB

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

Shades of Tea Rose #FB92CB

Tints of Tea Rose #FB92CB

Color information

#FB92CB (or 0xFB92CB) is unknown color: approx Tea Rose. HEX triplet: FB, 92 and CB. RGB value is (251,146,203). Sum of RGB (Red+Green+Blue) = 251+146+203=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92CB is #046D34. Grayscale: #B7B7B7. Windows color (decimal): -290101 or 13341435. OLE color: 13341435.

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

Color convert

RGB251146203-
CMYK00.420.190.02
HSL327.43º92.92%77.84%-
HSV(B)327.43º41.83%98.43%-
XYZ60.8445.3862.05-
YUV183.89138.79175.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=41.83%
G=24.33%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114620300.420.190.02327.4392.9277.84
HexFB92CB02A1321475d4e
Octal373222313052232507135116
Binary1111101110010010110010110101010100111010100011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB92CB; }

 p { color: rgb(251,146,203); }

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

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

 a { background-color: rgb(251,146,203); }

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

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

 span { border-color: rgb(251,146,203); }

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