Html Css Color HEX #FB86CE Tea Rose

📋 copy color: '#FB86CE'

red 251 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #FB86CE

Tints of Tea Rose #FB86CE

RGB

 RED value IS 251 (98.44% from 255) = 42.47%

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

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

R = 42.47%
G = 22.67%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB86CE (or 0xFB86CE) is known color: Tea Rose. HEX triplet: FB, 86 and CE. RGB value is (251,134,206). Sum of RGB (Red+Green+Blue) = 251+134+206=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86CE is #047931. Grayscale: #B1B1B1. Windows color (decimal): -293170 or 13534971. OLE color: 13534971.

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

Color convert

RGB 251 134 206 -
CMYK 0 0.47 0.18 0.02
HSL 323.08º 0.94% 0.75% -
HSV(B) 323.08º 0.47% 0.98% -
XYZ 59.45 42.02 63.37 -
YUV 177.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 251 134 206 0 0.47 0.18 0.02 323.08 0.94 0.75
Hex FB 86 CE 0 2F 12 2 143 5E 4B
Octal 373 206 316 0 57 22 2 503 136 113
Binary 11111011 10000110 11001110 0 101111 10010 10 101000011 1011110 1001011

Color Harmonies of #FB86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86CE

Black with #FB86CE

Text Example


Text Example

White with #FB86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86CE; }

 p { color: rgb(251,134,206); }

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

background-color css

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

 a { background-color: rgb(251,134,206); }

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

border-color css

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

 span { border-color: rgb(251,134,206); }

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