Html Css Color HEX #FB8DCB Tea Rose

📋 copy color: '#FB8DCB'

red 251 ◦ green 141 ◦ blue 203

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

Shades of Tea Rose #FB8DCB

Tints of Tea Rose #FB8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 42.18%
G = 23.7%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB8DCB (or 0xFB8DCB) is known color: Tea Rose. HEX triplet: FB, 8D and CB. RGB value is (251,141,203). Sum of RGB (Red+Green+Blue) = 251+141+203=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DCB is #047234. Grayscale: #B4B4B4. Windows color (decimal): -291381 or 13340155. OLE color: 13340155.

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

Color convert

RGB 251 141 203 -
CMYK 0 0.44 0.19 0.02
HSL 326.18º 0.93% 0.77% -
HSV(B) 326.18º 0.44% 0.98% -
XYZ 60.09 43.87 61.8 -
YUV 180.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 251 141 203 0 0.44 0.19 0.02 326.18 0.93 0.77
Hex FB 8D CB 0 2C 13 2 146 5D 4D
Octal 373 215 313 0 54 23 2 506 135 115
Binary 11111011 10001101 11001011 0 101100 10011 10 101000110 1011101 1001101

Color Harmonies of #FB8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DCB

Black with #FB8DCB

Text Example


Text Example

White with #FB8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DCB; }

 p { color: rgb(251,141,203); }

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

background-color css

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

 a { background-color: rgb(251,141,203); }

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

border-color css

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

 span { border-color: rgb(251,141,203); }

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