Html Css Color HEX #F2B7CF Lavender Pink

📋 copy color: '#F2B7CF'

red 242 ◦ green 183 ◦ blue 207

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

Shades of Lavender Pink #F2B7CF

Tints of Lavender Pink #F2B7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.75%

R = 38.29%
G = 28.96%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2B7CF (or 0xF2B7CF) is known color: Lavender Pink. HEX triplet: F2, B7 and CF. RGB value is (242,183,207). Sum of RGB (Red+Green+Blue) = 242+183+207=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7CF is #0D4830. Grayscale: #CBCBCB. Windows color (decimal): -870449 or 13613042. OLE color: 13613042.

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

Color convert

RGB 242 183 207 -
CMYK 0 0.24 0.14 0.05
HSL 335.59º 0.69% 0.83% -
HSV(B) 335.59º 0.24% 0.95% -
XYZ 64.81 57.25 66.67 -
YUV 203.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 242 183 207 0 0.24 0.14 0.05 335.59 0.69 0.83
Hex F2 B7 CF 0 18 E 5 150 45 53
Octal 362 267 317 0 30 16 5 520 105 123
Binary 11110010 10110111 11001111 0 11000 1110 101 101010000 1000101 1010011

Color Harmonies of #F2B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7CF

Black with #F2B7CF

Text Example


Text Example

White with #F2B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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