Html Css Color HEX #FC8FCE Tea Rose

📋 copy color: '#FC8FCE'

red 252 ◦ green 143 ◦ blue 206

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

Shades of Tea Rose #FC8FCE

Tints of Tea Rose #FC8FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.79%

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

R = 41.93%
G = 23.79%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC8FCE (or 0xFC8FCE) is known color: Tea Rose. HEX triplet: FC, 8F and CE. RGB value is (252,143,206). Sum of RGB (Red+Green+Blue) = 252+143+206=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FCE is #037031. Grayscale: #B6B6B6. Windows color (decimal): -225330 or 13537276. OLE color: 13537276.

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

Color convert

RGB 252 143 206 -
CMYK 0 0.43 0.18 0.01
HSL 325.32º 0.95% 0.77% -
HSV(B) 325.32º 0.43% 0.99% -
XYZ 61.11 44.8 63.82 -
YUV 182.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 252 143 206 0 0.43 0.18 0.01 325.32 0.95 0.77
Hex FC 8F CE 0 2B 12 1 145 5F 4D
Octal 374 217 316 0 53 22 1 505 137 115
Binary 11111100 10001111 11001110 0 101011 10010 1 101000101 1011111 1001101

Color Harmonies of #FC8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FCE

Black with #FC8FCE

Text Example


Text Example

White with #FC8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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