Html Css Color HEX #FC88C0 Tea Rose

📋 copy color: '#FC88C0'

red 252 ◦ green 136 ◦ blue 192

#FC88C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FC88C0

Tints of Tea Rose #FC88C0

RGB

 RED value IS 252 (98.83% from 255) = 43.45%

 GREEN value IS 136 (53.52% from 255) = 23.45%

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 43.45%
G = 23.45%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC88C0 (or 0xFC88C0) is known color: Tea Rose. HEX triplet: FC, 88 and C0. RGB value is (252,136,192). Sum of RGB (Red+Green+Blue) = 252+136+192=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88C0 is #03773F. Grayscale: #B0B0B0. Windows color (decimal): -227136 or 12617980. OLE color: 12617980.

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

Color convert

RGB 252 136 192 -
CMYK 0 0.46 0.24 0.01
HSL 331.03º 0.95% 0.76% -
HSV(B) 331.03º 0.46% 0.99% -
XYZ 58.46 42.11 54.92 -
YUV 177.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 252 136 192 0 0.46 0.24 0.01 331.03 0.95 0.76
Hex FC 88 C0 0 2E 18 1 14B 5F 4C
Octal 374 210 300 0 56 30 1 513 137 114
Binary 11111100 10001000 11000000 0 101110 11000 1 101001011 1011111 1001100

Color Harmonies of #FC88C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC88C0

Black with #FC88C0

Text Example


Text Example

White with #FC88C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC88C0; }

 p { color: rgb(252,136,192); }

 H1.HeaderClassName
 {
   color: #FC88C0;
 }
 .AnyTagClassName
 {
   color: #FC88C0;
 }
</style>

background-color css

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

 a { background-color: rgb(252,136,192); }

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

border-color css

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

 span { border-color: rgb(252,136,192); }

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