#F08CCB

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

Shades of Tea Rose #F08CCB

Tints of Tea Rose #F08CCB

Color information

#F08CCB (or 0xF08CCB) is unknown color: approx Tea Rose. HEX triplet: F0, 8C and CB. RGB value is (240,140,203). Sum of RGB (Red+Green+Blue) = 240+140+203=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCB is #0F7334. Grayscale: #B0B0B0. Windows color (decimal): -1012533 or 13339888. OLE color: 13339888.

HSL color Cylindrical-coordinate representation of color #F08CCB: hue angle of 322.2º 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 #F08CCB is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240140203-
CMYK00.420.150.06
HSL322.2º76.92%74.51%-
HSV(B)322.2º41.67%94.12%-
XYZ56.0941.5961.57-
YUV177.08142.63172.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 140 (55.08% from 255) = 24.01%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=41.17%
G=24.01%
B=34.82%

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
Decimal24014020300.420.150.06322.276.9274.51
HexF08CCB02AF61424d4b
Octal360214313052176502115113
Binary1111000010001100110010110101010111111010100001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08CCB; }

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

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

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

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

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

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

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

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