Html Css Color HEX #FD85C7 Tea Rose

📋 copy color: '#FD85C7'

red 253 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #FD85C7

Tints of Tea Rose #FD85C7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.74%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 43.25%
G = 22.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD85C7 (or 0xFD85C7) is known color: Tea Rose. HEX triplet: FD, 85 and C7. RGB value is (253,133,199). Sum of RGB (Red+Green+Blue) = 253+133+199=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85C7 is #027A38. Grayscale: #B0B0B0. Windows color (decimal): -162361 or 13075965. OLE color: 13075965.

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

Color convert

RGB 253 133 199 -
CMYK 0 0.47 0.21 0.01
HSL 327º 0.97% 0.76% -
HSV(B) 327º 0.47% 0.99% -
XYZ 59.2 41.78 58.98 -
YUV 176.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 253 133 199 0 0.47 0.21 0.01 327 0.97 0.76
Hex FD 85 C7 0 2F 15 1 147 61 4C
Octal 375 205 307 0 57 25 1 507 141 114
Binary 11111101 10000101 11000111 0 101111 10101 1 101000111 1100001 1001100

Color Harmonies of #FD85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85C7

Black with #FD85C7

Text Example


Text Example

White with #FD85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85C7; }

 p { color: rgb(253,133,199); }

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

background-color css

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

 a { background-color: rgb(253,133,199); }

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

border-color css

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

 span { border-color: rgb(253,133,199); }

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