#F88AC4

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

Shades of Tea Rose #F88AC4

Tints of Tea Rose #F88AC4

Color information

#F88AC4 (or 0xF88AC4) is unknown color: approx Tea Rose. HEX triplet: F8, 8A and C4. RGB value is (248,138,196). Sum of RGB (Red+Green+Blue) = 248+138+196=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AC4 is #07753B. Grayscale: #B1B1B1. Windows color (decimal): -488764 or 12880632. OLE color: 12880632.

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

Color convert

RGB248138196-
CMYK00.440.210.03
HSL328.36º88.71%75.69%-
HSV(B)328.36º44.35%97.25%-
XYZ57.7642.1257.31-
YUV177.5138.44178.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 196 (76.95% from 255) = 33.68%
R=42.61%
G=23.71%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813819600.440.210.03328.3688.7175.69
HexF88AC402C153148594c
Octal370212304054253510131114
Binary1111100010001010110001000101100101011110100100010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88AC4; }

 p { color: rgb(248,138,196); }

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

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

 a { background-color: rgb(248,138,196); }

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

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

 span { border-color: rgb(248,138,196); }

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