Html Css Color HEX #F2B5BB Light Pink

📋 copy color: '#F2B5BB'

red 242 ◦ green 181 ◦ blue 187

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

Shades of Light Pink #F2B5BB

Tints of Light Pink #F2B5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 39.67%
G = 29.67%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2B5BB (or 0xF2B5BB) is known color: Light Pink. HEX triplet: F2, B5 and BB. RGB value is (242,181,187). Sum of RGB (Red+Green+Blue) = 242+181+187=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5BB is #0D4A44. Grayscale: #C7C7C7. Windows color (decimal): -870981 or 12301810. OLE color: 12301810.

HSL color Cylindrical-coordinate representation of color #F2B5BB: hue angle of 354.1º 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 #F2B5BB is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 187 -
CMYK 0 0.25 0.23 0.05
HSL 354.1º 0.7% 0.83% -
HSV(B) 354.1º 0.25% 0.95% -
XYZ 62.11 55.51 54.46 -
YUV 199.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 242 181 187 0 0.25 0.23 0.05 354.1 0.7 0.83
Hex F2 B5 BB 0 19 17 5 162 46 53
Octal 362 265 273 0 31 27 5 542 106 123
Binary 11110010 10110101 10111011 0 11001 10111 101 101100010 1000110 1010011

Color Harmonies of #F2B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5BB

Black with #F2B5BB

Text Example


Text Example

White with #F2B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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