Html Css Color HEX #FD87C2 Tea Rose

📋 copy color: '#FD87C2'

red 253 ◦ green 135 ◦ blue 194

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

Shades of Tea Rose #FD87C2

Tints of Tea Rose #FD87C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.33%

R = 43.47%
G = 23.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD87C2 (or 0xFD87C2) is known color: Tea Rose. HEX triplet: FD, 87 and C2. RGB value is (253,135,194). Sum of RGB (Red+Green+Blue) = 253+135+194=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87C2 is #02783D. Grayscale: #B0B0B0. Windows color (decimal): -161854 or 12748797. OLE color: 12748797.

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

Color convert

RGB 253 135 194 -
CMYK 0 0.47 0.23 0.01
HSL 330º 0.97% 0.76% -
HSV(B) 330º 0.47% 0.99% -
XYZ 58.91 42.11 56.06 -
YUV 177.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 253 135 194 0 0.47 0.23 0.01 330 0.97 0.76
Hex FD 87 C2 0 2F 17 1 14A 61 4C
Octal 375 207 302 0 57 27 1 512 141 114
Binary 11111101 10000111 11000010 0 101111 10111 1 101001010 1100001 1001100

Color Harmonies of #FD87C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD87C2

Black with #FD87C2

Text Example


Text Example

White with #FD87C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD87C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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