Html Css Color HEX #FC82CE Tea Rose

📋 copy color: '#FC82CE'

red 252 ◦ green 130 ◦ blue 206

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

Shades of Tea Rose #FC82CE

Tints of Tea Rose #FC82CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.11%

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

R = 42.86%
G = 22.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC82CE (or 0xFC82CE) is known color: Tea Rose. HEX triplet: FC, 82 and CE. RGB value is (252,130,206). Sum of RGB (Red+Green+Blue) = 252+130+206=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82CE is #037D31. Grayscale: #AEAEAE. Windows color (decimal): -228658 or 13533948. OLE color: 13533948.

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

Color convert

RGB 252 130 206 -
CMYK 0 0.48 0.18 0.01
HSL 322.62º 0.95% 0.75% -
HSV(B) 322.62º 0.48% 0.99% -
XYZ 59.27 41.12 63.21 -
YUV 175.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 252 130 206 0 0.48 0.18 0.01 322.62 0.95 0.75
Hex FC 82 CE 0 30 12 1 143 5F 4B
Octal 374 202 316 0 60 22 1 503 137 113
Binary 11111100 10000010 11001110 0 110000 10010 1 101000011 1011111 1001011

Color Harmonies of #FC82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC82CE

Black with #FC82CE

Text Example


Text Example

White with #FC82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC82CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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