#FB83CE

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

Shades of Tea Rose #FB83CE

Tints of Tea Rose #FB83CE

Color information

#FB83CE (or 0xFB83CE) is unknown color: approx Tea Rose. HEX triplet: FB, 83 and CE. RGB value is (251,131,206). Sum of RGB (Red+Green+Blue) = 251+131+206=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83CE is #047C31. Grayscale: #AFAFAF. Windows color (decimal): -293938 or 13534203. OLE color: 13534203.

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

Color convert

RGB251131206-
CMYK00.480.180.02
HSL322.5º93.75%74.9%-
HSV(B)322.5º47.81%98.43%-
XYZ59.0441.263.23-
YUV175.43145.26181.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=42.69%
G=22.28%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113120600.480.180.02322.593.7574.9
HexFB83CE0301221425e4b
Octal373203316060222502136113
Binary1111101110000011110011100110000100101010100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB83CE; }

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

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

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

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

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

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

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

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