#FD8CB9

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

Shades of Tea Rose #FD8CB9

Tints of Tea Rose #FD8CB9

Color information

#FD8CB9 (or 0xFD8CB9) is unknown color: approx Tea Rose. HEX triplet: FD, 8C and B9. RGB value is (253,140,185). Sum of RGB (Red+Green+Blue) = 253+140+185=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CB9 is #027346. Grayscale: #B2B2B2. Windows color (decimal): -160583 or 12160253. OLE color: 12160253.

HSL color Cylindrical-coordinate representation of color #FD8CB9: hue angle of 336.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253140185-
CMYK00.450.270.01
HSL336.11º96.58%77.06%-
HSV(B)336.11º44.66%99.22%-
XYZ58.6443.1451.14-
YUV178.92131.44180.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=43.77%
G=24.22%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314018500.450.270.01336.1196.5877.06
HexFD8CB902D1B1150614d
Octal375214271055331520141115
Binary111111011000110010111001010110111011110101000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CB9; }

 p { color: rgb(253,140,185); }

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

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

 a { background-color: rgb(253,140,185); }

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

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

 span { border-color: rgb(253,140,185); }

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