#F896CD

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

Shades of Tea Rose #F896CD

Tints of Tea Rose #F896CD

Color information

#F896CD (or 0xF896CD) is unknown color: approx Tea Rose. HEX triplet: F8, 96 and CD. RGB value is (248,150,205). Sum of RGB (Red+Green+Blue) = 248+150+205=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CD is #076932. Grayscale: #B9B9B9. Windows color (decimal): -485683 or 13473528. OLE color: 13473528.

HSL color Cylindrical-coordinate representation of color #F896CD: hue angle of 326.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896CD is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248150205-
CMYK00.400.170.03
HSL326.33º87.5%78.04%-
HSV(B)326.33º39.52%97.25%-
XYZ60.6446.1863.47-
YUV185.57138.97172.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=41.13%
G=24.88%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815020500.400.170.03326.3387.578.04
HexF896CD028113146584e
Octal370226315050213506130116
Binary1111100010010110110011010101000100011110100011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896CD; }

 p { color: rgb(248,150,205); }

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

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

 a { background-color: rgb(248,150,205); }

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

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

 span { border-color: rgb(248,150,205); }

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