#F08CCD

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

Shades of Tea Rose #F08CCD

Tints of Tea Rose #F08CCD

Color information

#F08CCD (or 0xF08CCD) is unknown color: approx Tea Rose. HEX triplet: F0, 8C and CD. RGB value is (240,140,205). Sum of RGB (Red+Green+Blue) = 240+140+205=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCD is #0F7332. Grayscale: #B1B1B1. Windows color (decimal): -1012531 or 13470960. OLE color: 13470960.

HSL color Cylindrical-coordinate representation of color #F08CCD: hue angle of 321º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CCD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240140205-
CMYK00.420.150.06
HSL321º76.92%74.51%-
HSV(B)321º41.67%94.12%-
XYZ56.3341.6962.84-
YUV177.31143.63172.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 140 (55.08% from 255) = 23.93%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=41.03%
G=23.93%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014020500.420.150.0632176.9274.51
HexF08CCD02AF61414d4b
Octal360214315052176501115113
Binary1111000010001100110011010101010111111010100000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CCD; }

 p { color: rgb(240,140,205); }

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

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

 a { background-color: rgb(240,140,205); }

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

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

 span { border-color: rgb(240,140,205); }

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