Html Css Color HEX #FD8FCD Tea Rose

📋 copy color: '#FD8FCD'

red 253 ◦ green 143 ◦ blue 205

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

Shades of Tea Rose #FD8FCD

Tints of Tea Rose #FD8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.79%

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 42.1%
G = 23.79%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD8FCD (or 0xFD8FCD) is known color: Tea Rose. HEX triplet: FD, 8F and CD. RGB value is (253,143,205). Sum of RGB (Red+Green+Blue) = 253+143+205=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FCD is #027032. Grayscale: #B6B6B6. Windows color (decimal): -159795 or 13471741. OLE color: 13471741.

HSL color Cylindrical-coordinate representation of color #FD8FCD: hue angle of 326.18º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FCD is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 143 205 -
CMYK 0 0.43 0.19 0.01
HSL 326.18º 0.96% 0.78% -
HSV(B) 326.18º 0.43% 0.99% -
XYZ 61.35 44.94 63.2 -
YUV 182.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 253 143 205 0 0.43 0.19 0.01 326.18 0.96 0.78
Hex FD 8F CD 0 2B 13 1 146 60 4E
Octal 375 217 315 0 53 23 1 506 140 116
Binary 11111101 10001111 11001101 0 101011 10011 1 101000110 1100000 1001110

Color Harmonies of #FD8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FCD

Black with #FD8FCD

Text Example


Text Example

White with #FD8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FCD; }

 p { color: rgb(253,143,205); }

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

background-color css

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

 a { background-color: rgb(253,143,205); }

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

border-color css

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

 span { border-color: rgb(253,143,205); }

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