Html Css Color HEX #F7B7DC Lavender Pink

📋 copy color: '#F7B7DC'

red 247 ◦ green 183 ◦ blue 220

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

Shades of Lavender Pink #F7B7DC

Tints of Lavender Pink #F7B7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 38%
G = 28.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7B7DC (or 0xF7B7DC) is known color: Lavender Pink. HEX triplet: F7, B7 and DC. RGB value is (247,183,220). Sum of RGB (Red+Green+Blue) = 247+183+220=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7DC is #084823. Grayscale: #CECECE. Windows color (decimal): -542756 or 14465015. OLE color: 14465015.

HSL color Cylindrical-coordinate representation of color #F7B7DC: hue angle of 325.31º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7DC is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 183 220 -
CMYK 0 0.26 0.11 0.03
HSL 325.31º 0.8% 0.84% -
HSV(B) 325.31º 0.26% 0.97% -
XYZ 68.21 58.81 75.47 -
YUV 206.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 247 183 220 0 0.26 0.11 0.03 325.31 0.8 0.84
Hex F7 B7 DC 0 1A B 3 145 50 54
Octal 367 267 334 0 32 13 3 505 120 124
Binary 11110111 10110111 11011100 0 11010 1011 11 101000101 1010000 1010100

Color Harmonies of #F7B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B7DC

Black with #F7B7DC

Text Example


Text Example

White with #F7B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B7DC; }

 p { color: rgb(247,183,220); }

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

background-color css

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

 a { background-color: rgb(247,183,220); }

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

border-color css

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

 span { border-color: rgb(247,183,220); }

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