Html Css Color HEX #FD89CE Tea Rose

📋 copy color: '#FD89CE'

red 253 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #FD89CE

Tints of Tea Rose #FD89CE

RGB

 RED value IS 253 (99.22% from 255) = 42.45%

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

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

R = 42.45%
G = 22.99%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD89CE (or 0xFD89CE) is known color: Tea Rose. HEX triplet: FD, 89 and CE. RGB value is (253,137,206). Sum of RGB (Red+Green+Blue) = 253+137+206=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89CE is #027631. Grayscale: #B3B3B3. Windows color (decimal): -161330 or 13535741. OLE color: 13535741.

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

Color convert

RGB 253 137 206 -
CMYK 0 0.46 0.19 0.01
HSL 324.31º 0.97% 0.76% -
HSV(B) 324.31º 0.46% 0.99% -
XYZ 60.59 43.23 63.54 -
YUV 179.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 253 137 206 0 0.46 0.19 0.01 324.31 0.97 0.76
Hex FD 89 CE 0 2E 13 1 144 61 4C
Octal 375 211 316 0 56 23 1 504 141 114
Binary 11111101 10001001 11001110 0 101110 10011 1 101000100 1100001 1001100

Color Harmonies of #FD89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD89CE

Black with #FD89CE

Text Example


Text Example

White with #FD89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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