Html Css Color HEX #F7B2CF Lavender Pink

📋 copy color: '#F7B2CF'

red 247 ◦ green 178 ◦ blue 207

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

Shades of Lavender Pink #F7B2CF

Tints of Lavender Pink #F7B2CF

RGB

 RED value IS 247 (96.88% from 255) = 39.08%

 GREEN value IS 178 (69.92% from 255) = 28.16%

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

R = 39.08%
G = 28.16%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7B2CF (or 0xF7B2CF) is known color: Lavender Pink. HEX triplet: F7, B2 and CF. RGB value is (247,178,207). Sum of RGB (Red+Green+Blue) = 247+178+207=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2CF is #084D30. Grayscale: #C9C9C9. Windows color (decimal): -544049 or 13611767. OLE color: 13611767.

HSL color Cylindrical-coordinate representation of color #F7B2CF: hue angle of 334.78º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B2CF is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 178 207 -
CMYK 0 0.28 0.16 0.03
HSL 334.78º 0.81% 0.83% -
HSV(B) 334.78º 0.28% 0.97% -
XYZ 65.54 56.12 66.41 -
YUV 201.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 247 178 207 0 0.28 0.16 0.03 334.78 0.81 0.83
Hex F7 B2 CF 0 1C 10 3 14F 51 53
Octal 367 262 317 0 34 20 3 517 121 123
Binary 11110111 10110010 11001111 0 11100 10000 11 101001111 1010001 1010011

Color Harmonies of #F7B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B2CF

Black with #F7B2CF

Text Example


Text Example

White with #F7B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B2CF; }

 p { color: rgb(247,178,207); }

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

background-color css

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

 a { background-color: rgb(247,178,207); }

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

border-color css

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

 span { border-color: rgb(247,178,207); }

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