Html Css Color HEX #FC83D4 Tea Rose

📋 copy color: '#FC83D4'

red 252 ◦ green 131 ◦ blue 212

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

Shades of Tea Rose #FC83D4

Tints of Tea Rose #FC83D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 42.35%
G = 22.02%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC83D4 (or 0xFC83D4) is known color: Tea Rose. HEX triplet: FC, 83 and D4. RGB value is (252,131,212). Sum of RGB (Red+Green+Blue) = 252+131+212=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83D4 is #037C2B. Grayscale: #B0B0B0. Windows color (decimal): -228396 or 13927420. OLE color: 13927420.

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

Color convert

RGB 252 131 212 -
CMYK 0 0.48 0.16 0.01
HSL 319.83º 0.95% 0.75% -
HSV(B) 319.83º 0.48% 0.99% -
XYZ 60.14 41.68 67.16 -
YUV 176.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 252 131 212 0 0.48 0.16 0.01 319.83 0.95 0.75
Hex FC 83 D4 0 30 10 1 140 5F 4B
Octal 374 203 324 0 60 20 1 500 137 113
Binary 11111100 10000011 11010100 0 110000 10000 1 101000000 1011111 1001011

Color Harmonies of #FC83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC83D4

Black with #FC83D4

Text Example


Text Example

White with #FC83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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