Html Css Color HEX #FC82CA Tea Rose

📋 copy color: '#FC82CA'

red 252 ◦ green 130 ◦ blue 202

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

Shades of Tea Rose #FC82CA

Tints of Tea Rose #FC82CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.59%

R = 43.15%
G = 22.26%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC82CA (or 0xFC82CA) is known color: Tea Rose. HEX triplet: FC, 82 and CA. RGB value is (252,130,202). Sum of RGB (Red+Green+Blue) = 252+130+202=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82CA is #037D35. Grayscale: #AEAEAE. Windows color (decimal): -228662 or 13271804. OLE color: 13271804.

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

Color convert

RGB 252 130 202 -
CMYK 0 0.48 0.20 0.01
HSL 324.59º 0.95% 0.75% -
HSV(B) 324.59º 0.48% 0.99% -
XYZ 58.79 40.92 60.68 -
YUV 174.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 252 130 202 0 0.48 0.20 0.01 324.59 0.95 0.75
Hex FC 82 CA 0 30 14 1 145 5F 4B
Octal 374 202 312 0 60 24 1 505 137 113
Binary 11111100 10000010 11001010 0 110000 10100 1 101000101 1011111 1001011

Color Harmonies of #FC82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC82CA

Black with #FC82CA

Text Example


Text Example

White with #FC82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC82CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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