Html Css Color HEX #FC89C5 Tea Rose

📋 copy color: '#FC89C5'

red 252 ◦ green 137 ◦ blue 197

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

Shades of Tea Rose #FC89C5

Tints of Tea Rose #FC89C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.62%

R = 43%
G = 23.38%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC89C5 (or 0xFC89C5) is known color: Tea Rose. HEX triplet: FC, 89 and C5. RGB value is (252,137,197). Sum of RGB (Red+Green+Blue) = 252+137+197=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C5 is #03763A. Grayscale: #B2B2B2. Windows color (decimal): -226875 or 12945916. OLE color: 12945916.

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

Color convert

RGB 252 137 197 -
CMYK 0 0.46 0.22 0.01
HSL 328.7º 0.95% 0.76% -
HSV(B) 328.7º 0.46% 0.99% -
XYZ 59.17 42.62 57.93 -
YUV 178.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 252 137 197 0 0.46 0.22 0.01 328.7 0.95 0.76
Hex FC 89 C5 0 2E 16 1 149 5F 4C
Octal 374 211 305 0 56 26 1 511 137 114
Binary 11111100 10001001 11000101 0 101110 10110 1 101001001 1011111 1001100

Color Harmonies of #FC89C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89C5

Black with #FC89C5

Text Example


Text Example

White with #FC89C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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