Html Css Color HEX #FD8DBA Tea Rose

📋 copy color: '#FD8DBA'

red 253 ◦ green 141 ◦ blue 186

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

Shades of Tea Rose #FD8DBA

Tints of Tea Rose #FD8DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

 BLUE value IS 186 (73.05% from 255) = 32.07%

R = 43.62%
G = 24.31%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD8DBA (or 0xFD8DBA) is known color: Tea Rose. HEX triplet: FD, 8D and BA. RGB value is (253,141,186). Sum of RGB (Red+Green+Blue) = 253+141+186=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DBA is #027245. Grayscale: #B3B3B3. Windows color (decimal): -160326 or 12226045. OLE color: 12226045.

HSL color Cylindrical-coordinate representation of color #FD8DBA: hue angle of 335.89º 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 #FD8DBA is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 141 186 -
CMYK 0 0.44 0.26 0.01
HSL 335.89º 0.97% 0.77% -
HSV(B) 335.89º 0.44% 0.99% -
XYZ 58.9 43.48 51.74 -
YUV 179.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 253 141 186 0 0.44 0.26 0.01 335.89 0.97 0.77
Hex FD 8D BA 0 2C 1A 1 150 61 4D
Octal 375 215 272 0 54 32 1 520 141 115
Binary 11111101 10001101 10111010 0 101100 11010 1 101010000 1100001 1001101

Color Harmonies of #FD8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8DBA

Black with #FD8DBA

Text Example


Text Example

White with #FD8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8DBA; }

 p { color: rgb(253,141,186); }

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

background-color css

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

 a { background-color: rgb(253,141,186); }

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

border-color css

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

 span { border-color: rgb(253,141,186); }

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