Html Css Color HEX #FB8CBB Tea Rose

📋 copy color: '#FB8CBB'

red 251 ◦ green 140 ◦ blue 187

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

Shades of Tea Rose #FB8CBB

Tints of Tea Rose #FB8CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.35%

R = 43.43%
G = 24.22%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB8CBB (or 0xFB8CBB) is known color: Tea Rose. HEX triplet: FB, 8C and BB. RGB value is (251,140,187). Sum of RGB (Red+Green+Blue) = 251+140+187=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CBB is #047344. Grayscale: #B2B2B2. Windows color (decimal): -291653 or 12291323. OLE color: 12291323.

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

Color convert

RGB 251 140 187 -
CMYK 0 0.44 0.25 0.02
HSL 334.59º 0.93% 0.77% -
HSV(B) 334.59º 0.44% 0.98% -
XYZ 58.13 42.85 52.22 -
YUV 178.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 251 140 187 0 0.44 0.25 0.02 334.59 0.93 0.77
Hex FB 8C BB 0 2C 19 2 14F 5D 4D
Octal 373 214 273 0 54 31 2 517 135 115
Binary 11111011 10001100 10111011 0 101100 11001 10 101001111 1011101 1001101

Color Harmonies of #FB8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CBB

Black with #FB8CBB

Text Example


Text Example

White with #FB8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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