Html Css Color HEX #FC89CA Tea Rose

📋 copy color: '#FC89CA'

red 252 ◦ green 137 ◦ blue 202

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

Shades of Tea Rose #FC89CA

Tints of Tea Rose #FC89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.18%

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

R = 42.64%
G = 23.18%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC89CA (or 0xFC89CA) is known color: Tea Rose. HEX triplet: FC, 89 and CA. RGB value is (252,137,202). Sum of RGB (Red+Green+Blue) = 252+137+202=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CA is #037635. Grayscale: #B2B2B2. Windows color (decimal): -226870 or 13273596. OLE color: 13273596.

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

Color convert

RGB 252 137 202 -
CMYK 0 0.46 0.20 0.01
HSL 326.09º 0.95% 0.76% -
HSV(B) 326.09º 0.46% 0.99% -
XYZ 59.75 42.85 61 -
YUV 178.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 252 137 202 0 0.46 0.20 0.01 326.09 0.95 0.76
Hex FC 89 CA 0 2E 14 1 146 5F 4C
Octal 374 211 312 0 56 24 1 506 137 114
Binary 11111100 10001001 11001010 0 101110 10100 1 101000110 1011111 1001100

Color Harmonies of #FC89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89CA

Black with #FC89CA

Text Example


Text Example

White with #FC89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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