Html Css Color HEX #FC8DBA Tea Rose

📋 copy color: '#FC8DBA'

red 252 ◦ green 141 ◦ blue 186

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

Shades of Tea Rose #FC8DBA

Tints of Tea Rose #FC8DBA

RGB

 RED value IS 252 (98.83% from 255) = 43.52%

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

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

R = 43.52%
G = 24.35%
B = 32.12%

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

#FC8DBA (or 0xFC8DBA) is known color: Tea Rose. HEX triplet: FC, 8D and BA. RGB value is (252,141,186). Sum of RGB (Red+Green+Blue) = 252+141+186=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DBA is #037245. Grayscale: #B3B3B3. Windows color (decimal): -225862 or 12226044. OLE color: 12226044.

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

Color convert

RGB 252 141 186 -
CMYK 0 0.44 0.26 0.01
HSL 335.68º 0.95% 0.77% -
HSV(B) 335.68º 0.44% 0.99% -
XYZ 58.53 43.29 51.73 -
YUV 179.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 252 141 186 0 0.44 0.26 0.01 335.68 0.95 0.77
Hex FC 8D BA 0 2C 1A 1 150 5F 4D
Octal 374 215 272 0 54 32 1 520 137 115
Binary 11111100 10001101 10111010 0 101100 11010 1 101010000 1011111 1001101

Color Harmonies of #FC8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DBA

Black with #FC8DBA

Text Example


Text Example

White with #FC8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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