Html Css Color HEX #F1B6BE Light Pink

📋 copy color: '#F1B6BE'

red 241 ◦ green 182 ◦ blue 190

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

Shades of Light Pink #F1B6BE

Tints of Light Pink #F1B6BE

RGB

 RED value IS 241 (94.53% from 255) = 39.31%

 GREEN value IS 182 (71.48% from 255) = 29.69%

 BLUE value IS 190 (74.61% from 255) = 31%

R = 39.31%
G = 29.69%
B = 31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1B6BE (or 0xF1B6BE) is known color: Light Pink. HEX triplet: F1, B6 and BE. RGB value is (241,182,190). Sum of RGB (Red+Green+Blue) = 241+182+190=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6BE is #0E4941. Grayscale: #C8C8C8. Windows color (decimal): -936258 or 12498673. OLE color: 12498673.

HSL color Cylindrical-coordinate representation of color #F1B6BE: hue angle of 351.86º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6BE is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 182 190 -
CMYK 0 0.24 0.21 0.05
HSL 351.86º 0.68% 0.83% -
HSV(B) 351.86º 0.24% 0.95% -
XYZ 62.3 55.87 56.22 -
YUV 200.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 241 182 190 0 0.24 0.21 0.05 351.86 0.68 0.83
Hex F1 B6 BE 0 18 15 5 160 44 53
Octal 361 266 276 0 30 25 5 540 104 123
Binary 11110001 10110110 10111110 0 11000 10101 101 101100000 1000100 1010011

Color Harmonies of #F1B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6BE

Black with #F1B6BE

Text Example


Text Example

White with #F1B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6BE; }

 p { color: rgb(241,182,190); }

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

background-color css

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

 a { background-color: rgb(241,182,190); }

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

border-color css

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

 span { border-color: rgb(241,182,190); }

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