Html Css Color HEX #FC89C9 Tea Rose

📋 copy color: '#FC89C9'

red 252 ◦ green 137 ◦ blue 201

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

Shades of Tea Rose #FC89C9

Tints of Tea Rose #FC89C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.07%

R = 42.71%
G = 23.22%
B = 34.07%

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

#FC89C9 (or 0xFC89C9) is known color: Tea Rose. HEX triplet: FC, 89 and C9. RGB value is (252,137,201). Sum of RGB (Red+Green+Blue) = 252+137+201=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 137 (53.91% from 255 or 23.22% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89C9 is #037636. Grayscale: #B2B2B2. Windows color (decimal): -226871 or 13208060. OLE color: 13208060.

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

Color convert

RGB 252 137 201 -
CMYK 0 0.46 0.20 0.01
HSL 326.61º 0.95% 0.76% -
HSV(B) 326.61º 0.46% 0.99% -
XYZ 59.63 42.8 60.38 -
YUV 178.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 252 137 201 0 0.46 0.20 0.01 326.61 0.95 0.76
Hex FC 89 C9 0 2E 14 1 147 5F 4C
Octal 374 211 311 0 56 24 1 507 137 114
Binary 11111100 10001001 11001001 0 101110 10100 1 101000111 1011111 1001100

Color Harmonies of #FC89C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89C9

Black with #FC89C9

Text Example


Text Example

White with #FC89C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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