Html Css Color HEX #FD85C6 Tea Rose

📋 copy color: '#FD85C6'

red 253 ◦ green 133 ◦ blue 198

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

Shades of Tea Rose #FD85C6

Tints of Tea Rose #FD85C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.9%

R = 43.32%
G = 22.77%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FD85C6 (or 0xFD85C6) is known color: Tea Rose. HEX triplet: FD, 85 and C6. RGB value is (253,133,198). Sum of RGB (Red+Green+Blue) = 253+133+198=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85C6 is #027A39. Grayscale: #B0B0B0. Windows color (decimal): -162362 or 13010429. OLE color: 13010429.

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

Color convert

RGB 253 133 198 -
CMYK 0 0.47 0.22 0.01
HSL 327.5º 0.97% 0.76% -
HSV(B) 327.5º 0.47% 0.99% -
XYZ 59.09 41.73 58.37 -
YUV 176.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 253 133 198 0 0.47 0.22 0.01 327.5 0.97 0.76
Hex FD 85 C6 0 2F 16 1 148 61 4C
Octal 375 205 306 0 57 26 1 510 141 114
Binary 11111101 10000101 11000110 0 101111 10110 1 101001000 1100001 1001100

Color Harmonies of #FD85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85C6

Black with #FD85C6

Text Example


Text Example

White with #FD85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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