Html Css Color HEX #FA88C8 Tea Rose

📋 copy color: '#FA88C8'

red 250 ◦ green 136 ◦ blue 200

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

Shades of Tea Rose #FA88C8

Tints of Tea Rose #FA88C8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.21%

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 42.66%
G = 23.21%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FA88C8 (or 0xFA88C8) is known color: Tea Rose. HEX triplet: FA, 88 and C8. RGB value is (250,136,200). Sum of RGB (Red+Green+Blue) = 250+136+200=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88C8 is #057737. Grayscale: #B1B1B1. Windows color (decimal): -358200 or 13142266. OLE color: 13142266.

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

Color convert

RGB 250 136 200 -
CMYK 0 0.46 0.2 0.02
HSL 326.32º 0.92% 0.76% -
HSV(B) 326.32º 0.46% 0.98% -
XYZ 58.65 42.1 59.68 -
YUV 177.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 250 136 200 0 0.46 0.2 0.02 326.32 0.92 0.76
Hex FA 88 C8 0 2E 14 2 146 5C 4C
Octal 372 210 310 0 56 24 2 506 134 114
Binary 11111010 10001000 11001000 0 101110 10100 10 101000110 1011100 1001100

Color Harmonies of #FA88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA88C8

Black with #FA88C8

Text Example


Text Example

White with #FA88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA88C8; }

 p { color: rgb(250,136,200); }

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

background-color css

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

 a { background-color: rgb(250,136,200); }

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

border-color css

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

 span { border-color: rgb(250,136,200); }

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