Html Css Color HEX #F2B5BE Light Pink

📋 copy color: '#F2B5BE'

red 242 ◦ green 181 ◦ blue 190

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

Shades of Light Pink #F2B5BE

Tints of Light Pink #F2B5BE

RGB

 RED value IS 242 (94.92% from 255) = 39.48%

 GREEN value IS 181 (71.09% from 255) = 29.53%

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

R = 39.48%
G = 29.53%
B = 31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2B5BE (or 0xF2B5BE) is known color: Light Pink. HEX triplet: F2, B5 and BE. RGB value is (242,181,190). Sum of RGB (Red+Green+Blue) = 242+181+190=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5BE is #0D4A41. Grayscale: #C8C8C8. Windows color (decimal): -870978 or 12498418. OLE color: 12498418.

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

Color convert

RGB 242 181 190 -
CMYK 0 0.25 0.21 0.05
HSL 351.15º 0.7% 0.83% -
HSV(B) 351.15º 0.25% 0.95% -
XYZ 62.44 55.64 56.16 -
YUV 200.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 242 181 190 0 0.25 0.21 0.05 351.15 0.7 0.83
Hex F2 B5 BE 0 19 15 5 15F 46 53
Octal 362 265 276 0 31 25 5 537 106 123
Binary 11110010 10110101 10111110 0 11001 10101 101 101011111 1000110 1010011

Color Harmonies of #F2B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5BE

Black with #F2B5BE

Text Example


Text Example

White with #F2B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5BE; }

 p { color: rgb(242,181,190); }

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

background-color css

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

 a { background-color: rgb(242,181,190); }

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

border-color css

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

 span { border-color: rgb(242,181,190); }

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