Html Css Color HEX #FC83CE Tea Rose

📋 copy color: '#FC83CE'

red 252 ◦ green 131 ◦ blue 206

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

Shades of Tea Rose #FC83CE

Tints of Tea Rose #FC83CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.24%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 42.78%
G = 22.24%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC83CE (or 0xFC83CE) is known color: Tea Rose. HEX triplet: FC, 83 and CE. RGB value is (252,131,206). Sum of RGB (Red+Green+Blue) = 252+131+206=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83CE is #037C31. Grayscale: #AFAFAF. Windows color (decimal): -228402 or 13534204. OLE color: 13534204.

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

Color convert

RGB 252 131 206 -
CMYK 0 0.48 0.18 0.01
HSL 322.81º 0.95% 0.75% -
HSV(B) 322.81º 0.48% 0.99% -
XYZ 59.4 41.38 63.25 -
YUV 175.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 252 131 206 0 0.48 0.18 0.01 322.81 0.95 0.75
Hex FC 83 CE 0 30 12 1 143 5F 4B
Octal 374 203 316 0 60 22 1 503 137 113
Binary 11111100 10000011 11001110 0 110000 10010 1 101000011 1011111 1001011

Color Harmonies of #FC83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83CE

Black with #FC83CE

Text Example


Text Example

White with #FC83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83CE; }

 p { color: rgb(252,131,206); }

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

background-color css

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

 a { background-color: rgb(252,131,206); }

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

border-color css

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

 span { border-color: rgb(252,131,206); }

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