Html Css Color HEX #FC88CE Tea Rose

📋 copy color: '#FC88CE'

red 252 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #FC88CE

Tints of Tea Rose #FC88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 42.42%
G = 22.9%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC88CE (or 0xFC88CE) is known color: Tea Rose. HEX triplet: FC, 88 and CE. RGB value is (252,136,206). Sum of RGB (Red+Green+Blue) = 252+136+206=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC88CE is #037731. Grayscale: #B2B2B2. Windows color (decimal): -227122 or 13535484. OLE color: 13535484.

HSL color Cylindrical-coordinate representation of color #FC88CE: hue angle of 323.79º 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 #FC88CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 206 -
CMYK 0 0.46 0.18 0.01
HSL 323.79º 0.95% 0.76% -
HSV(B) 323.79º 0.46% 0.99% -
XYZ 60.09 42.76 63.48 -
YUV 178.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 252 136 206 0 0.46 0.18 0.01 323.79 0.95 0.76
Hex FC 88 CE 0 2E 12 1 144 5F 4C
Octal 374 210 316 0 56 22 1 504 137 114
Binary 11111100 10001000 11001110 0 101110 10010 1 101000100 1011111 1001100

Color Harmonies of #FC88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC88CE

Black with #FC88CE

Text Example


Text Example

White with #FC88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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