Html Css Color HEX #FB84CE Tea Rose

📋 copy color: '#FB84CE'

red 251 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #FB84CE

Tints of Tea Rose #FB84CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.41%

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

R = 42.61%
G = 22.41%
B = 34.97%

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

#FB84CE (or 0xFB84CE) is known color: Tea Rose. HEX triplet: FB, 84 and CE. RGB value is (251,132,206). Sum of RGB (Red+Green+Blue) = 251+132+206=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84CE is #047B31. Grayscale: #AFAFAF. Windows color (decimal): -293682 or 13534459. OLE color: 13534459.

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

Color convert

RGB 251 132 206 -
CMYK 0 0.47 0.18 0.02
HSL 322.69º 0.94% 0.75% -
HSV(B) 322.69º 0.47% 0.98% -
XYZ 59.18 41.47 63.28 -
YUV 176.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 251 132 206 0 0.47 0.18 0.02 322.69 0.94 0.75
Hex FB 84 CE 0 2F 12 2 143 5E 4B
Octal 373 204 316 0 57 22 2 503 136 113
Binary 11111011 10000100 11001110 0 101111 10010 10 101000011 1011110 1001011

Color Harmonies of #FB84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB84CE

Black with #FB84CE

Text Example


Text Example

White with #FB84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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