Html Css Color HEX #FB8CBA Tea Rose

📋 copy color: '#FB8CBA'

red 251 ◦ green 140 ◦ blue 186

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

Shades of Tea Rose #FB8CBA

Tints of Tea Rose #FB8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.26%

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 43.5%
G = 24.26%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB8CBA (or 0xFB8CBA) is known color: Tea Rose. HEX triplet: FB, 8C and BA. RGB value is (251,140,186). Sum of RGB (Red+Green+Blue) = 251+140+186=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CBA is #047345. Grayscale: #B2B2B2. Windows color (decimal): -291654 or 12225787. OLE color: 12225787.

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

Color convert

RGB 251 140 186 -
CMYK 0 0.44 0.26 0.02
HSL 335.14º 0.93% 0.77% -
HSV(B) 335.14º 0.44% 0.98% -
XYZ 58.02 42.81 51.66 -
YUV 178.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 251 140 186 0 0.44 0.26 0.02 335.14 0.93 0.77
Hex FB 8C BA 0 2C 1A 2 14F 5D 4D
Octal 373 214 272 0 54 32 2 517 135 115
Binary 11111011 10001100 10111010 0 101100 11010 10 101001111 1011101 1001101

Color Harmonies of #FB8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CBA

Black with #FB8CBA

Text Example


Text Example

White with #FB8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CBA; }

 p { color: rgb(251,140,186); }

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

background-color css

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

 a { background-color: rgb(251,140,186); }

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

border-color css

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

 span { border-color: rgb(251,140,186); }

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