Html Css Color HEX #FC7DCB Tea Rose

📋 copy color: '#FC7DCB'

red 252 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #FC7DCB

Tints of Tea Rose #FC7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.55%

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

R = 43.45%
G = 21.55%
B = 35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC7DCB (or 0xFC7DCB) is known color: Tea Rose. HEX triplet: FC, 7D and CB. RGB value is (252,125,203). Sum of RGB (Red+Green+Blue) = 252+125+203=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DCB is #038234. Grayscale: #ABABAB. Windows color (decimal): -229941 or 13336060. OLE color: 13336060.

HSL color Cylindrical-coordinate representation of color #FC7DCB: hue angle of 323.15º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DCB is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 203 -
CMYK 0 0.50 0.19 0.01
HSL 323.15º 0.95% 0.74% -
HSV(B) 323.15º 0.5% 0.99% -
XYZ 58.26 39.67 61.09 -
YUV 171.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 252 125 203 0 0.50 0.19 0.01 323.15 0.95 0.74
Hex FC 7D CB 0 32 13 1 143 5F 4A
Octal 374 175 313 0 62 23 1 503 137 112
Binary 11111100 1111101 11001011 0 110010 10011 1 101000011 1011111 1001010

Color Harmonies of #FC7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7DCB

Black with #FC7DCB

Text Example


Text Example

White with #FC7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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