Html Css Color HEX #FD92CE Tea Rose

📋 copy color: '#FD92CE'

red 253 ◦ green 146 ◦ blue 206

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

Shades of Tea Rose #FD92CE

Tints of Tea Rose #FD92CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.13%

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 41.82%
G = 24.13%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD92CE (or 0xFD92CE) is known color: Tea Rose. HEX triplet: FD, 92 and CE. RGB value is (253,146,206). Sum of RGB (Red+Green+Blue) = 253+146+206=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92CE is #026D31. Grayscale: #B8B8B8. Windows color (decimal): -159026 or 13538045. OLE color: 13538045.

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

Color convert

RGB 253 146 206 -
CMYK 0 0.42 0.19 0.01
HSL 326.36º 0.96% 0.78% -
HSV(B) 326.36º 0.42% 0.99% -
XYZ 61.93 45.9 63.99 -
YUV 184.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 253 146 206 0 0.42 0.19 0.01 326.36 0.96 0.78
Hex FD 92 CE 0 2A 13 1 146 60 4E
Octal 375 222 316 0 52 23 1 506 140 116
Binary 11111101 10010010 11001110 0 101010 10011 1 101000110 1100000 1001110

Color Harmonies of #FD92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD92CE

Black with #FD92CE

Text Example


Text Example

White with #FD92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD92CE; }

 p { color: rgb(253,146,206); }

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

background-color css

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

 a { background-color: rgb(253,146,206); }

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

border-color css

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

 span { border-color: rgb(253,146,206); }

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