Html Css Color HEX #FA86CB Tea Rose

📋 copy color: '#FA86CB'

red 250 ◦ green 134 ◦ blue 203

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

Shades of Tea Rose #FA86CB

Tints of Tea Rose #FA86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.83%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 42.59%
G = 22.83%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA86CB (or 0xFA86CB) is known color: Tea Rose. HEX triplet: FA, 86 and CB. RGB value is (250,134,203). Sum of RGB (Red+Green+Blue) = 250+134+203=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86CB is #057934. Grayscale: #B0B0B0. Windows color (decimal): -358709 or 13338362. OLE color: 13338362.

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

Color convert

RGB 250 134 203 -
CMYK 0 0.46 0.19 0.02
HSL 324.31º 0.92% 0.75% -
HSV(B) 324.31º 0.46% 0.98% -
XYZ 58.73 41.69 61.45 -
YUV 176.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 250 134 203 0 0.46 0.19 0.02 324.31 0.92 0.75
Hex FA 86 CB 0 2E 13 2 144 5C 4B
Octal 372 206 313 0 56 23 2 504 134 113
Binary 11111010 10000110 11001011 0 101110 10011 10 101000100 1011100 1001011

Color Harmonies of #FA86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA86CB

Black with #FA86CB

Text Example


Text Example

White with #FA86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA86CB; }

 p { color: rgb(250,134,203); }

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

background-color css

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

 a { background-color: rgb(250,134,203); }

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

border-color css

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

 span { border-color: rgb(250,134,203); }

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