Html Css Color HEX #FB8ACE Tea Rose

📋 copy color: '#FB8ACE'

red 251 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #FB8ACE

Tints of Tea Rose #FB8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.19%

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

R = 42.18%
G = 23.19%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB8ACE (or 0xFB8ACE) is known color: Tea Rose. HEX triplet: FB, 8A and CE. RGB value is (251,138,206). Sum of RGB (Red+Green+Blue) = 251+138+206=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8ACE is #047531. Grayscale: #B3B3B3. Windows color (decimal): -292146 or 13535995. OLE color: 13535995.

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

Color convert

RGB 251 138 206 -
CMYK 0 0.45 0.18 0.02
HSL 323.89º 0.93% 0.76% -
HSV(B) 323.89º 0.45% 0.98% -
XYZ 60.01 43.14 63.56 -
YUV 179.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 251 138 206 0 0.45 0.18 0.02 323.89 0.93 0.76
Hex FB 8A CE 0 2D 12 2 144 5D 4C
Octal 373 212 316 0 55 22 2 504 135 114
Binary 11111011 10001010 11001110 0 101101 10010 10 101000100 1011101 1001100

Color Harmonies of #FB8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8ACE

Black with #FB8ACE

Text Example


Text Example

White with #FB8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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