Html Css Color HEX #FC8ECB Tea Rose

📋 copy color: '#FC8ECB'

red 252 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #FC8ECB

Tints of Tea Rose #FC8ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34%

R = 42.21%
G = 23.79%
B = 34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC8ECB (or 0xFC8ECB) is known color: Tea Rose. HEX triplet: FC, 8E and CB. RGB value is (252,142,203). Sum of RGB (Red+Green+Blue) = 252+142+203=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ECB is #037134. Grayscale: #B5B5B5. Windows color (decimal): -225589 or 13340412. OLE color: 13340412.

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

Color convert

RGB 252 142 203 -
CMYK 0 0.44 0.19 0.01
HSL 326.73º 0.95% 0.77% -
HSV(B) 326.73º 0.44% 0.99% -
XYZ 60.6 44.35 61.87 -
YUV 181.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 252 142 203 0 0.44 0.19 0.01 326.73 0.95 0.77
Hex FC 8E CB 0 2C 13 1 147 5F 4D
Octal 374 216 313 0 54 23 1 507 137 115
Binary 11111100 10001110 11001011 0 101100 10011 1 101000111 1011111 1001101

Color Harmonies of #FC8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8ECB

Black with #FC8ECB

Text Example


Text Example

White with #FC8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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