Html Css Color HEX #F2B7BF Light Pink

📋 copy color: '#F2B7BF'

red 242 ◦ green 183 ◦ blue 191

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

Shades of Light Pink #F2B7BF

Tints of Light Pink #F2B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.71%

 BLUE value IS 191 (75% from 255) = 31.01%

R = 39.29%
G = 29.71%
B = 31.01%

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

#F2B7BF (or 0xF2B7BF) is known color: Light Pink. HEX triplet: F2, B7 and BF. RGB value is (242,183,191). Sum of RGB (Red+Green+Blue) = 242+183+191=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7BF is #0D4840. Grayscale: #C9C9C9. Windows color (decimal): -870465 or 12564466. OLE color: 12564466.

HSL color Cylindrical-coordinate representation of color #F2B7BF: hue angle of 351.86º degrees, saturation: 0.69, 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 #F2B7BF is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 191 -
CMYK 0 0.24 0.21 0.05
HSL 351.86º 0.69% 0.83% -
HSV(B) 351.86º 0.24% 0.95% -
XYZ 62.96 56.51 56.88 -
YUV 201.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 242 183 191 0 0.24 0.21 0.05 351.86 0.69 0.83
Hex F2 B7 BF 0 18 15 5 160 45 53
Octal 362 267 277 0 30 25 5 540 105 123
Binary 11110010 10110111 10111111 0 11000 10101 101 101100000 1000101 1010011

Color Harmonies of #F2B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7BF

Black with #F2B7BF

Text Example


Text Example

White with #F2B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7BF; }

 p { color: rgb(242,183,191); }

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

background-color css

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

 a { background-color: rgb(242,183,191); }

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

border-color css

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

 span { border-color: rgb(242,183,191); }

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