Html Css Color HEX #FD87C0 Tea Rose

📋 copy color: '#FD87C0'

red 253 ◦ green 135 ◦ blue 192

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

Shades of Tea Rose #FD87C0

Tints of Tea Rose #FD87C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.28%

 BLUE value IS 192 (75.39% from 255) = 33.1%

R = 43.62%
G = 23.28%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD87C0 (or 0xFD87C0) is known color: Tea Rose. HEX triplet: FD, 87 and C0. RGB value is (253,135,192). Sum of RGB (Red+Green+Blue) = 253+135+192=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87C0 is #02783F. Grayscale: #B0B0B0. Windows color (decimal): -161856 or 12617725. OLE color: 12617725.

HSL color Cylindrical-coordinate representation of color #FD87C0: hue angle of 331.02º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD87C0 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 135 192 -
CMYK 0 0.47 0.24 0.01
HSL 331.02º 0.97% 0.76% -
HSV(B) 331.02º 0.47% 0.99% -
XYZ 58.69 42.02 54.89 -
YUV 176.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 253 135 192 0 0.47 0.24 0.01 331.02 0.97 0.76
Hex FD 87 C0 0 2F 18 1 14B 61 4C
Octal 375 207 300 0 57 30 1 513 141 114
Binary 11111101 10000111 11000000 0 101111 11000 1 101001011 1100001 1001100

Color Harmonies of #FD87C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD87C0

Black with #FD87C0

Text Example


Text Example

White with #FD87C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD87C0; }

 p { color: rgb(253,135,192); }

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

background-color css

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

 a { background-color: rgb(253,135,192); }

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

border-color css

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

 span { border-color: rgb(253,135,192); }

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