Html Css Color HEX #FD8ED4 Tea Rose

📋 copy color: '#FD8ED4'

red 253 ◦ green 142 ◦ blue 212

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

Shades of Tea Rose #FD8ED4

Tints of Tea Rose #FD8ED4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.39%

 BLUE value IS 212 (83.2% from 255) = 34.93%

R = 41.68%
G = 23.39%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD8ED4 (or 0xFD8ED4) is known color: Tea Rose. HEX triplet: FD, 8E and D4. RGB value is (253,142,212). Sum of RGB (Red+Green+Blue) = 253+142+212=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8ED4 is #02712B. Grayscale: #B7B7B7. Windows color (decimal): -160044 or 13930237. OLE color: 13930237.

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

Color convert

RGB 253 142 212 -
CMYK 0 0.44 0.16 0.01
HSL 322.16º 0.97% 0.77% -
HSV(B) 322.16º 0.44% 0.99% -
XYZ 62.06 44.98 67.7 -
YUV 183.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 253 142 212 0 0.44 0.16 0.01 322.16 0.97 0.77
Hex FD 8E D4 0 2C 10 1 142 61 4D
Octal 375 216 324 0 54 20 1 502 141 115
Binary 11111101 10001110 11010100 0 101100 10000 1 101000010 1100001 1001101

Color Harmonies of #FD8ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8ED4

Black with #FD8ED4

Text Example


Text Example

White with #FD8ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8ED4; }

 p { color: rgb(253,142,212); }

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

background-color css

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

 a { background-color: rgb(253,142,212); }

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

border-color css

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

 span { border-color: rgb(253,142,212); }

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