Html Css Color HEX #FD84C3 Tea Rose

📋 copy color: '#FD84C3'

red 253 ◦ green 132 ◦ blue 195

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

Shades of Tea Rose #FD84C3

Tints of Tea Rose #FD84C3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.76%

 BLUE value IS 195 (76.56% from 255) = 33.62%

R = 43.62%
G = 22.76%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD84C3 (or 0xFD84C3) is known color: Tea Rose. HEX triplet: FD, 84 and C3. RGB value is (253,132,195). Sum of RGB (Red+Green+Blue) = 253+132+195=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD84C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD84C3 is #027B3C. Grayscale: #AFAFAF. Windows color (decimal): -162621 or 12813565. OLE color: 12813565.

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

Color convert

RGB 253 132 195 -
CMYK 0 0.48 0.23 0.01
HSL 328.76º 0.97% 0.75% -
HSV(B) 328.76º 0.48% 0.99% -
XYZ 58.61 41.33 56.52 -
YUV 175.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 253 132 195 0 0.48 0.23 0.01 328.76 0.97 0.75
Hex FD 84 C3 0 30 17 1 149 61 4B
Octal 375 204 303 0 60 27 1 511 141 113
Binary 11111101 10000100 11000011 0 110000 10111 1 101001001 1100001 1001011

Color Harmonies of #FD84C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD84C3

Black with #FD84C3

Text Example


Text Example

White with #FD84C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD84C3; }

 p { color: rgb(253,132,195); }

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

background-color css

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

 a { background-color: rgb(253,132,195); }

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

border-color css

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

 span { border-color: rgb(253,132,195); }

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