Html Css Color HEX #FB8FCB Tea Rose

📋 copy color: '#FB8FCB'

red 251 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #FB8FCB

Tints of Tea Rose #FB8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.95%

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

R = 42.04%
G = 23.95%
B = 34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB8FCB (or 0xFB8FCB) is known color: Tea Rose. HEX triplet: FB, 8F and CB. RGB value is (251,143,203). Sum of RGB (Red+Green+Blue) = 251+143+203=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FCB is #047034. Grayscale: #B6B6B6. Windows color (decimal): -290869 or 13340667. OLE color: 13340667.

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

Color convert

RGB 251 143 203 -
CMYK 0 0.43 0.19 0.02
HSL 326.67º 0.93% 0.77% -
HSV(B) 326.67º 0.43% 0.98% -
XYZ 60.39 44.47 61.9 -
YUV 182.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 251 143 203 0 0.43 0.19 0.02 326.67 0.93 0.77
Hex FB 8F CB 0 2B 13 2 147 5D 4D
Octal 373 217 313 0 53 23 2 507 135 115
Binary 11111011 10001111 11001011 0 101011 10011 10 101000111 1011101 1001101

Color Harmonies of #FB8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FCB

Black with #FB8FCB

Text Example


Text Example

White with #FB8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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