Html Css Color HEX #FC8BD2 Tea Rose

📋 copy color: '#FC8BD2'

red 252 ◦ green 139 ◦ blue 210

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

Shades of Tea Rose #FC8BD2

Tints of Tea Rose #FC8BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.13%

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 41.93%
G = 23.13%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC8BD2 (or 0xFC8BD2) is known color: Tea Rose. HEX triplet: FC, 8B and D2. RGB value is (252,139,210). Sum of RGB (Red+Green+Blue) = 252+139+210=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 139 (54.69% from 255 or 23.13% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BD2 is #03742D. Grayscale: #B4B4B4. Windows color (decimal): -226350 or 13798396. OLE color: 13798396.

HSL color Cylindrical-coordinate representation of color #FC8BD2: hue angle of 322.3º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BD2 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 139 210 -
CMYK 0 0.45 0.17 0.01
HSL 322.3º 0.95% 0.77% -
HSV(B) 322.3º 0.45% 0.99% -
XYZ 61.01 43.81 66.21 -
YUV 180.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 252 139 210 0 0.45 0.17 0.01 322.3 0.95 0.77
Hex FC 8B D2 0 2D 11 1 142 5F 4D
Octal 374 213 322 0 55 21 1 502 137 115
Binary 11111100 10001011 11010010 0 101101 10001 1 101000010 1011111 1001101

Color Harmonies of #FC8BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8BD2

Black with #FC8BD2

Text Example


Text Example

White with #FC8BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8BD2; }

 p { color: rgb(252,139,210); }

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

background-color css

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

 a { background-color: rgb(252,139,210); }

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

border-color css

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

 span { border-color: rgb(252,139,210); }

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