Html Css Color HEX #FC8DCB Tea Rose

📋 copy color: '#FC8DCB'

red 252 ◦ green 141 ◦ blue 203

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

Shades of Tea Rose #FC8DCB

Tints of Tea Rose #FC8DCB

RGB

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

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

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

R = 42.28%
G = 23.66%
B = 34.06%

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

#FC8DCB (or 0xFC8DCB) is known color: Tea Rose. HEX triplet: FC, 8D and CB. RGB value is (252,141,203). Sum of RGB (Red+Green+Blue) = 252+141+203=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8DCB is #037234. Grayscale: #B5B5B5. Windows color (decimal): -225845 or 13340156. OLE color: 13340156.

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

Color convert

RGB 252 141 203 -
CMYK 0 0.44 0.19 0.01
HSL 326.49º 0.95% 0.77% -
HSV(B) 326.49º 0.44% 0.99% -
XYZ 60.45 44.06 61.82 -
YUV 181.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 252 141 203 0 0.44 0.19 0.01 326.49 0.95 0.77
Hex FC 8D CB 0 2C 13 1 146 5F 4D
Octal 374 215 313 0 54 23 1 506 137 115
Binary 11111100 10001101 11001011 0 101100 10011 1 101000110 1011111 1001101

Color Harmonies of #FC8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DCB

Black with #FC8DCB

Text Example


Text Example

White with #FC8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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