Html Css Color HEX #FC89D3 Tea Rose

📋 copy color: '#FC89D3'

red 252 ◦ green 137 ◦ blue 211

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

Shades of Tea Rose #FC89D3

Tints of Tea Rose #FC89D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.17%

R = 42%
G = 22.83%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC89D3 (or 0xFC89D3) is known color: Tea Rose. HEX triplet: FC, 89 and D3. RGB value is (252,137,211). Sum of RGB (Red+Green+Blue) = 252+137+211=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89D3 is #03762C. Grayscale: #B3B3B3. Windows color (decimal): -226861 or 13863420. OLE color: 13863420.

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

Color convert

RGB 252 137 211 -
CMYK 0 0.46 0.16 0.01
HSL 321.39º 0.95% 0.76% -
HSV(B) 321.39º 0.46% 0.99% -
XYZ 60.85 43.29 66.78 -
YUV 179.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 252 137 211 0 0.46 0.16 0.01 321.39 0.95 0.76
Hex FC 89 D3 0 2E 10 1 141 5F 4C
Octal 374 211 323 0 56 20 1 501 137 114
Binary 11111100 10001001 11010011 0 101110 10000 1 101000001 1011111 1001100

Color Harmonies of #FC89D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89D3

Black with #FC89D3

Text Example


Text Example

White with #FC89D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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