Html Css Color HEX #FC8DB8 Tea Rose

📋 copy color: '#FC8DB8'

red 252 ◦ green 141 ◦ blue 184

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

Shades of Tea Rose #FC8DB8

Tints of Tea Rose #FC8DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 43.67%
G = 24.44%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC8DB8 (or 0xFC8DB8) is known color: Tea Rose. HEX triplet: FC, 8D and B8. RGB value is (252,141,184). Sum of RGB (Red+Green+Blue) = 252+141+184=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DB8 is #037247. Grayscale: #B3B3B3. Windows color (decimal): -225864 or 12094972. OLE color: 12094972.

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

Color convert

RGB 252 141 184 -
CMYK 0 0.44 0.27 0.01
HSL 336.76º 0.95% 0.77% -
HSV(B) 336.76º 0.44% 0.99% -
XYZ 58.32 43.21 50.61 -
YUV 179.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 252 141 184 0 0.44 0.27 0.01 336.76 0.95 0.77
Hex FC 8D B8 0 2C 1B 1 151 5F 4D
Octal 374 215 270 0 54 33 1 521 137 115
Binary 11111100 10001101 10111000 0 101100 11011 1 101010001 1011111 1001101

Color Harmonies of #FC8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DB8

Black with #FC8DB8

Text Example


Text Example

White with #FC8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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