Html Css Color HEX #F2B4BD Light Pink

📋 copy color: '#F2B4BD'

red 242 ◦ green 180 ◦ blue 189

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

Shades of Light Pink #F2B4BD

Tints of Light Pink #F2B4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 189 (74.22% from 255) = 30.93%

R = 39.61%
G = 29.46%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2B4BD (or 0xF2B4BD) is known color: Light Pink. HEX triplet: F2, B4 and BD. RGB value is (242,180,189). Sum of RGB (Red+Green+Blue) = 242+180+189=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4BD is #0D4B42. Grayscale: #C7C7C7. Windows color (decimal): -871235 or 12432626. OLE color: 12432626.

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

Color convert

RGB 242 180 189 -
CMYK 0 0.26 0.22 0.05
HSL 351.29º 0.7% 0.83% -
HSV(B) 351.29º 0.26% 0.95% -
XYZ 62.12 55.19 55.52 -
YUV 199.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 242 180 189 0 0.26 0.22 0.05 351.29 0.7 0.83
Hex F2 B4 BD 0 1A 16 5 15F 46 53
Octal 362 264 275 0 32 26 5 537 106 123
Binary 11110010 10110100 10111101 0 11010 10110 101 101011111 1000110 1010011

Color Harmonies of #F2B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B4BD

Black with #F2B4BD

Text Example


Text Example

White with #F2B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B4BD; }

 p { color: rgb(242,180,189); }

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

background-color css

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

 a { background-color: rgb(242,180,189); }

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

border-color css

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

 span { border-color: rgb(242,180,189); }

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