Html Css Color HEX #FB708F Brink Pink

📋 copy color: '#FB708F'

red 251 ◦ green 112 ◦ blue 143

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

Shades of Brink Pink #FB708F

Tints of Brink Pink #FB708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 49.6%
G = 22.13%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB708F (or 0xFB708F) is known color: Brink Pink. HEX triplet: FB, 70 and 8F. RGB value is (251,112,143). Sum of RGB (Red+Green+Blue) = 251+112+143=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB708F is #048F70. Grayscale: #9D9D9D. Windows color (decimal): -298865 or 9400571. OLE color: 9400571.

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

Color convert

RGB 251 112 143 -
CMYK 0 0.55 0.43 0.02
HSL 346.62º 0.95% 0.71% -
HSV(B) 346.62º 0.55% 0.98% -
XYZ 50.54 34.08 29.9 -
YUV 157.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 251 112 143 0 0.55 0.43 0.02 346.62 0.95 0.71
Hex FB 70 8F 0 37 2B 2 15B 5F 47
Octal 373 160 217 0 67 53 2 533 137 107
Binary 11111011 1110000 10001111 0 110111 101011 10 101011011 1011111 1000111

Color Harmonies of #FB708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB708F

Black with #FB708F

Text Example


Text Example

White with #FB708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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