#f888c3

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

Shades of Tea Rose #F888C3

Tints of Tea Rose #F888C3

Color information

#F888C3 (or 0xF888C3) is unknown color: approx Tea Rose. HEX triplet: F8, 88 and C3. RGB value is (248,136,195). Sum of RGB (Red+Green+Blue) = 248+136+195=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 195 (76.56% from 255 or 33.68% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F888C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888C3 is #07773C. Grayscale: #B0B0B0. Windows color (decimal): -489277 or 12814584. OLE color: 12814584.

HSL color Cylindrical-coordinate representation of color #F888C3: hue angle of 328.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888C3 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248136195-
CMYK00.450.210.03
HSL328.39º88.89%75.29%-
HSV(B)328.39º45.16%97.25%-
XYZ57.3741.556.62-
YUV176.21138.61179.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 195 (76.56% from 255) = 33.68%
R=42.83%
G=23.49%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813619500.450.210.03328.3988.8975.29
HexF888C302D153148594b
Octal370210303055253510131113
Binary1111100010001000110000110101101101011110100100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f888c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f888c3; }

 p { color: rgb(248,136,195); }

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

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

 a { background-color: rgb(248,136,195); }

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

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

 span { border-color: rgb(248,136,195); }

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