Html Css Color HEX #FD8CCD Tea Rose

📋 copy color: '#FD8CCD'

red 253 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #FD8CCD

Tints of Tea Rose #FD8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.41%

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

R = 42.31%
G = 23.41%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD8CCD (or 0xFD8CCD) is known color: Tea Rose. HEX triplet: FD, 8C and CD. RGB value is (253,140,205). Sum of RGB (Red+Green+Blue) = 253+140+205=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CCD is #027332. Grayscale: #B5B5B5. Windows color (decimal): -160563 or 13470973. OLE color: 13470973.

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

Color convert

RGB 253 140 205 -
CMYK 0 0.45 0.19 0.01
HSL 325.49º 0.97% 0.77% -
HSV(B) 325.49º 0.45% 0.99% -
XYZ 60.91 44.05 63.05 -
YUV 181.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 253 140 205 0 0.45 0.19 0.01 325.49 0.97 0.77
Hex FD 8C CD 0 2D 13 1 145 61 4D
Octal 375 214 315 0 55 23 1 505 141 115
Binary 11111101 10001100 11001101 0 101101 10011 1 101000101 1100001 1001101

Color Harmonies of #FD8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CCD

Black with #FD8CCD

Text Example


Text Example

White with #FD8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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