Html Css Color HEX #FA88CE Tea Rose

📋 copy color: '#FA88CE'

red 250 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #FA88CE

Tints of Tea Rose #FA88CE

RGB

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

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

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

R = 42.23%
G = 22.97%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA88CE (or 0xFA88CE) is known color: Tea Rose. HEX triplet: FA, 88 and CE. RGB value is (250,136,206). Sum of RGB (Red+Green+Blue) = 250+136+206=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88CE is #057731. Grayscale: #B1B1B1. Windows color (decimal): -358194 or 13535482. OLE color: 13535482.

HSL color Cylindrical-coordinate representation of color #FA88CE: hue angle of 323.16º 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 #FA88CE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 136 206 -
CMYK 0 0.46 0.18 0.02
HSL 323.16º 0.92% 0.76% -
HSV(B) 323.16º 0.46% 0.98% -
XYZ 59.37 42.39 63.45 -
YUV 178.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 250 136 206 0 0.46 0.18 0.02 323.16 0.92 0.76
Hex FA 88 CE 0 2E 12 2 143 5C 4C
Octal 372 210 316 0 56 22 2 503 134 114
Binary 11111010 10001000 11001110 0 101110 10010 10 101000011 1011100 1001100

Color Harmonies of #FA88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA88CE

Black with #FA88CE

Text Example


Text Example

White with #FA88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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