Html Css Color HEX #FD85CF Tea Rose

📋 copy color: '#FD85CF'

red 253 ◦ green 133 ◦ blue 207

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

Shades of Tea Rose #FD85CF

Tints of Tea Rose #FD85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.91%

R = 42.66%
G = 22.43%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD85CF (or 0xFD85CF) is known color: Tea Rose. HEX triplet: FD, 85 and CF. RGB value is (253,133,207). Sum of RGB (Red+Green+Blue) = 253+133+207=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85CF is #027A30. Grayscale: #B1B1B1. Windows color (decimal): -162353 or 13600253. OLE color: 13600253.

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

Color convert

RGB 253 133 207 -
CMYK 0 0.47 0.18 0.01
HSL 323º 0.97% 0.76% -
HSV(B) 323º 0.47% 0.99% -
XYZ 60.16 42.16 64 -
YUV 177.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 253 133 207 0 0.47 0.18 0.01 323 0.97 0.76
Hex FD 85 CF 0 2F 12 1 143 61 4C
Octal 375 205 317 0 57 22 1 503 141 114
Binary 11111101 10000101 11001111 0 101111 10010 1 101000011 1100001 1001100

Color Harmonies of #FD85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85CF

Black with #FD85CF

Text Example


Text Example

White with #FD85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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