Html Css Color HEX #FB918F Sweet Pink

📋 copy color: '#FB918F'

red 251 ◦ green 145 ◦ blue 143

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

Shades of Sweet Pink #FB918F

Tints of Sweet Pink #FB918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.9%

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

R = 46.57%
G = 26.9%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB918F (or 0xFB918F) is known color: Sweet Pink. HEX triplet: FB, 91 and 8F. RGB value is (251,145,143). Sum of RGB (Red+Green+Blue) = 251+145+143=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB918F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB918F is #046E70. Grayscale: #B0B0B0. Windows color (decimal): -290417 or 9409019. OLE color: 9409019.

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

Color convert

RGB 251 145 143 -
CMYK 0 0.42 0.43 0.02
HSL 1.11º 0.93% 0.77% -
HSV(B) 1.11º 0.43% 0.98% -
XYZ 54.87 42.74 31.35 -
YUV 176.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 251 145 143 0 0.42 0.43 0.02 1.11 0.93 0.77
Hex FB 91 8F 0 2A 2B 2 1 5D 4D
Octal 373 221 217 0 52 53 2 1 135 115
Binary 11111011 10010001 10001111 0 101010 101011 10 1 1011101 1001101

Color Harmonies of #FB918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB918F

Black with #FB918F

Text Example


Text Example

White with #FB918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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