Html Css Color HEX #FB6C7B Brink Pink

📋 copy color: '#FB6C7B'

red 251 ◦ green 108 ◦ blue 123

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

Shades of Brink Pink #FB6C7B

Tints of Brink Pink #FB6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 52.07%
G = 22.41%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB6C7B (or 0xFB6C7B) is known color: Brink Pink. HEX triplet: FB, 6C and 7B. RGB value is (251,108,123). Sum of RGB (Red+Green+Blue) = 251+108+123=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6C7B is #049384. Grayscale: #989898. Windows color (decimal): -299909 or 8088827. OLE color: 8088827.

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

Color convert

RGB 251 108 123 -
CMYK 0 0.57 0.51 0.02
HSL 353.71º 0.95% 0.7% -
HSV(B) 353.71º 0.57% 0.98% -
XYZ 48.72 32.66 22.48 -
YUV 152.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 251 108 123 0 0.57 0.51 0.02 353.71 0.95 0.7
Hex FB 6C 7B 0 39 33 2 162 5F 46
Octal 373 154 173 0 71 63 2 542 137 106
Binary 11111011 1101100 1111011 0 111001 110011 10 101100010 1011111 1000110

Color Harmonies of #FB6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C7B

Black with #FB6C7B

Text Example


Text Example

White with #FB6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C7B; }

 p { color: rgb(251,108,123); }

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

background-color css

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

 a { background-color: rgb(251,108,123); }

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

border-color css

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

 span { border-color: rgb(251,108,123); }

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