Html Css Color HEX #FB86CC Tea Rose

📋 copy color: '#FB86CC'

red 251 ◦ green 134 ◦ blue 204

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

Shades of Tea Rose #FB86CC

Tints of Tea Rose #FB86CC

RGB

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

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

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

R = 42.61%
G = 22.75%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB86CC (or 0xFB86CC) is known color: Tea Rose. HEX triplet: FB, 86 and CC. RGB value is (251,134,204). Sum of RGB (Red+Green+Blue) = 251+134+204=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86CC is #047933. Grayscale: #B0B0B0. Windows color (decimal): -293172 or 13403899. OLE color: 13403899.

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

Color convert

RGB 251 134 204 -
CMYK 0 0.47 0.19 0.02
HSL 324.1º 0.94% 0.75% -
HSV(B) 324.1º 0.47% 0.98% -
XYZ 59.21 41.92 62.1 -
YUV 176.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 251 134 204 0 0.47 0.19 0.02 324.1 0.94 0.75
Hex FB 86 CC 0 2F 13 2 144 5E 4B
Octal 373 206 314 0 57 23 2 504 136 113
Binary 11111011 10000110 11001100 0 101111 10011 10 101000100 1011110 1001011

Color Harmonies of #FB86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86CC

Black with #FB86CC

Text Example


Text Example

White with #FB86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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