#FC8CCB

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

Shades of Tea Rose #FC8CCB

Tints of Tea Rose #FC8CCB

Color information

#FC8CCB (or 0xFC8CCB) is unknown color: approx Tea Rose. HEX triplet: FC, 8C and CB. RGB value is (252,140,203). Sum of RGB (Red+Green+Blue) = 252+140+203=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8CCB is #037334. Grayscale: #B4B4B4. Windows color (decimal): -226101 or 13339900. OLE color: 13339900.

HSL color Cylindrical-coordinate representation of color #FC8CCB: hue angle of 326.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CCB is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252140203-
CMYK00.440.190.01
HSL326.25º94.92%76.86%-
HSV(B)326.25º44.44%98.82%-
XYZ60.343.7661.77-
YUV180.67140.61178.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 140 (55.08% from 255) = 23.53%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=42.35%
G=23.53%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214020300.440.190.01326.2594.9276.86
HexFC8CCB02C1311465f4d
Octal374214313054231506137115
Binary111111001000110011001011010110010011110100011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8CCB; }

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

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

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

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

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

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

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

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