Html Css Color HEX #F0B6BE Light Pink

📋 copy color: '#F0B6BE'

red 240 ◦ green 182 ◦ blue 190

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

Shades of Light Pink #F0B6BE

Tints of Light Pink #F0B6BE

RGB

 RED value IS 240 (94.14% from 255) = 39.22%

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

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

R = 39.22%
G = 29.74%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0B6BE (or 0xF0B6BE) is known color: Light Pink. HEX triplet: F0, B6 and BE. RGB value is (240,182,190). Sum of RGB (Red+Green+Blue) = 240+182+190=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6BE is #0F4941. Grayscale: #C8C8C8. Windows color (decimal): -1001794 or 12498672. OLE color: 12498672.

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

Color convert

RGB 240 182 190 -
CMYK 0 0.24 0.21 0.06
HSL 351.72º 0.66% 0.83% -
HSV(B) 351.72º 0.24% 0.94% -
XYZ 61.96 55.7 56.2 -
YUV 200.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 240 182 190 0 0.24 0.21 0.06 351.72 0.66 0.83
Hex F0 B6 BE 0 18 15 6 160 42 53
Octal 360 266 276 0 30 25 6 540 102 123
Binary 11110000 10110110 10111110 0 11000 10101 110 101100000 1000010 1010011

Color Harmonies of #F0B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6BE

Black with #F0B6BE

Text Example


Text Example

White with #F0B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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