Html Css Color HEX #FC8FC7 Tea Rose

📋 copy color: '#FC8FC7'

red 252 ◦ green 143 ◦ blue 199

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

Shades of Tea Rose #FC8FC7

Tints of Tea Rose #FC8FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 42.42%
G = 24.07%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC8FC7 (or 0xFC8FC7) is known color: Tea Rose. HEX triplet: FC, 8F and C7. RGB value is (252,143,199). Sum of RGB (Red+Green+Blue) = 252+143+199=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FC7 is #037038. Grayscale: #B5B5B5. Windows color (decimal): -225337 or 13078524. OLE color: 13078524.

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

Color convert

RGB 252 143 199 -
CMYK 0 0.43 0.21 0.01
HSL 329.17º 0.95% 0.77% -
HSV(B) 329.17º 0.43% 0.99% -
XYZ 60.28 44.46 59.44 -
YUV 181.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 252 143 199 0 0.43 0.21 0.01 329.17 0.95 0.77
Hex FC 8F C7 0 2B 15 1 149 5F 4D
Octal 374 217 307 0 53 25 1 511 137 115
Binary 11111100 10001111 11000111 0 101011 10101 1 101001001 1011111 1001101

Color Harmonies of #FC8FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FC7

Black with #FC8FC7

Text Example


Text Example

White with #FC8FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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