#F885C4

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

Shades of Tea Rose #F885C4

Tints of Tea Rose #F885C4

Color information

#F885C4 (or 0xF885C4) is unknown color: approx Tea Rose. HEX triplet: F8, 85 and C4. RGB value is (248,133,196). Sum of RGB (Red+Green+Blue) = 248+133+196=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F885C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885C4 is #077A3B. Grayscale: #AEAEAE. Windows color (decimal): -490044 or 12879352. OLE color: 12879352.

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

Color convert

RGB248133196-
CMYK00.460.210.03
HSL327.13º89.15%74.71%-
HSV(B)327.13º46.37%97.25%-
XYZ57.0640.7257.08-
YUV174.57140.1180.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=42.98%
G=23.05%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813319600.460.210.03327.1389.1574.71
HexF885C402E153147594b
Octal370205304056253507131113
Binary1111100010000101110001000101110101011110100011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885C4; }

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

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

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

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

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

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

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

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