Html Css Color HEX #FB92BC Tea Rose

📋 copy color: '#FB92BC'

red 251 ◦ green 146 ◦ blue 188

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

Shades of Tea Rose #FB92BC

Tints of Tea Rose #FB92BC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.96%

 BLUE value IS 188 (73.83% from 255) = 32.14%

R = 42.91%
G = 24.96%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FB92BC (or 0xFB92BC) is known color: Tea Rose. HEX triplet: FB, 92 and BC. RGB value is (251,146,188). Sum of RGB (Red+Green+Blue) = 251+146+188=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92BC is #046D43. Grayscale: #B6B6B6. Windows color (decimal): -290116 or 12358395. OLE color: 12358395.

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

Color convert

RGB 251 146 188 -
CMYK 0 0.42 0.25 0.02
HSL 336º 0.93% 0.78% -
HSV(B) 336º 0.42% 0.98% -
XYZ 59.14 44.7 53.09 -
YUV 182.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 251 146 188 0 0.42 0.25 0.02 336 0.93 0.78
Hex FB 92 BC 0 2A 19 2 150 5D 4E
Octal 373 222 274 0 52 31 2 520 135 116
Binary 11111011 10010010 10111100 0 101010 11001 10 101010000 1011101 1001110

Color Harmonies of #FB92BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB92BC

Black with #FB92BC

Text Example


Text Example

White with #FB92BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB92BC; }

 p { color: rgb(251,146,188); }

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

background-color css

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

 a { background-color: rgb(251,146,188); }

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

border-color css

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

 span { border-color: rgb(251,146,188); }

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