Html Css Color HEX #FA8BCC Tea Rose

📋 copy color: '#FA8BCC'

red 250 ◦ green 139 ◦ blue 204

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

Shades of Tea Rose #FA8BCC

Tints of Tea Rose #FA8BCC

RGB

 RED value IS 250 (98.05% from 255) = 42.16%

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 42.16%
G = 23.44%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA8BCC (or 0xFA8BCC) is known color: Tea Rose. HEX triplet: FA, 8B and CC. RGB value is (250,139,204). Sum of RGB (Red+Green+Blue) = 250+139+204=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BCC is #057433. Grayscale: #B3B3B3. Windows color (decimal): -357428 or 13405178. OLE color: 13405178.

HSL color Cylindrical-coordinate representation of color #FA8BCC: hue angle of 324.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BCC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 139 204 -
CMYK 0 0.44 0.18 0.02
HSL 324.86º 0.92% 0.76% -
HSV(B) 324.86º 0.44% 0.98% -
XYZ 59.56 43.15 62.32 -
YUV 179.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 250 139 204 0 0.44 0.18 0.02 324.86 0.92 0.76
Hex FA 8B CC 0 2C 12 2 145 5C 4C
Octal 372 213 314 0 54 22 2 505 134 114
Binary 11111010 10001011 11001100 0 101100 10010 10 101000101 1011100 1001100

Color Harmonies of #FA8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BCC

Black with #FA8BCC

Text Example


Text Example

White with #FA8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BCC; }

 p { color: rgb(250,139,204); }

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

background-color css

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

 a { background-color: rgb(250,139,204); }

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

border-color css

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

 span { border-color: rgb(250,139,204); }

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