Html Css Color HEX #FD8CBA Tea Rose

📋 copy color: '#FD8CBA'

red 253 ◦ green 140 ◦ blue 186

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

Shades of Tea Rose #FD8CBA

Tints of Tea Rose #FD8CBA

RGB

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

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

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

R = 43.7%
G = 24.18%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD8CBA (or 0xFD8CBA) is known color: Tea Rose. HEX triplet: FD, 8C and BA. RGB value is (253,140,186). Sum of RGB (Red+Green+Blue) = 253+140+186=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CBA is #027345. Grayscale: #B2B2B2. Windows color (decimal): -160582 or 12225789. OLE color: 12225789.

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

Color convert

RGB 253 140 186 -
CMYK 0 0.45 0.26 0.01
HSL 335.58º 0.97% 0.77% -
HSV(B) 335.58º 0.45% 0.99% -
XYZ 58.75 43.18 51.69 -
YUV 179.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 253 140 186 0 0.45 0.26 0.01 335.58 0.97 0.77
Hex FD 8C BA 0 2D 1A 1 150 61 4D
Octal 375 214 272 0 55 32 1 520 141 115
Binary 11111101 10001100 10111010 0 101101 11010 1 101010000 1100001 1001101

Color Harmonies of #FD8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CBA

Black with #FD8CBA

Text Example


Text Example

White with #FD8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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