Html Css Color HEX #FC89CE Tea Rose

📋 copy color: '#FC89CE'

red 252 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #FC89CE

Tints of Tea Rose #FC89CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 42.35%
G = 23.03%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC89CE (or 0xFC89CE) is known color: Tea Rose. HEX triplet: FC, 89 and CE. RGB value is (252,137,206). Sum of RGB (Red+Green+Blue) = 252+137+206=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC89CE is #037631. Grayscale: #B3B3B3. Windows color (decimal): -226866 or 13535740. OLE color: 13535740.

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

Color convert

RGB 252 137 206 -
CMYK 0 0.46 0.18 0.01
HSL 324º 0.95% 0.76% -
HSV(B) 324º 0.46% 0.99% -
XYZ 60.23 43.04 63.53 -
YUV 179.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 252 137 206 0 0.46 0.18 0.01 324 0.95 0.76
Hex FC 89 CE 0 2E 12 1 144 5F 4C
Octal 374 211 316 0 56 22 1 504 137 114
Binary 11111100 10001001 11001110 0 101110 10010 1 101000100 1011111 1001100

Color Harmonies of #FC89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC89CE

Black with #FC89CE

Text Example


Text Example

White with #FC89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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