Html Css Color HEX #FC8EBD Tea Rose

📋 copy color: '#FC8EBD'

red 252 ◦ green 142 ◦ blue 189

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

Shades of Tea Rose #FC8EBD

Tints of Tea Rose #FC8EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.36%

 BLUE value IS 189 (74.22% from 255) = 32.42%

R = 43.22%
G = 24.36%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC8EBD (or 0xFC8EBD) is known color: Tea Rose. HEX triplet: FC, 8E and BD. RGB value is (252,142,189). Sum of RGB (Red+Green+Blue) = 252+142+189=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EBD is #037142. Grayscale: #B4B4B4. Windows color (decimal): -225603 or 12422908. OLE color: 12422908.

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

Color convert

RGB 252 142 189 -
CMYK 0 0.44 0.25 0.01
HSL 334.36º 0.95% 0.77% -
HSV(B) 334.36º 0.44% 0.99% -
XYZ 59 43.72 53.47 -
YUV 180.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 252 142 189 0 0.44 0.25 0.01 334.36 0.95 0.77
Hex FC 8E BD 0 2C 19 1 14E 5F 4D
Octal 374 216 275 0 54 31 1 516 137 115
Binary 11111100 10001110 10111101 0 101100 11001 1 101001110 1011111 1001101

Color Harmonies of #FC8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8EBD

Black with #FC8EBD

Text Example


Text Example

White with #FC8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8EBD; }

 p { color: rgb(252,142,189); }

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

background-color css

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

 a { background-color: rgb(252,142,189); }

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

border-color css

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

 span { border-color: rgb(252,142,189); }

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