Html Css Color HEX #F7B5DA Lavender Pink

📋 copy color: '#F7B5DA'

red 247 ◦ green 181 ◦ blue 218

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

Shades of Lavender Pink #F7B5DA

Tints of Lavender Pink #F7B5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.02%

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 38.24%
G = 28.02%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7B5DA (or 0xF7B5DA) is known color: Lavender Pink. HEX triplet: F7, B5 and DA. RGB value is (247,181,218). Sum of RGB (Red+Green+Blue) = 247+181+218=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5DA is #084A25. Grayscale: #CCCCCC. Windows color (decimal): -543270 or 14333431. OLE color: 14333431.

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

Color convert

RGB 247 181 218 -
CMYK 0 0.27 0.12 0.03
HSL 326.36º 0.8% 0.84% -
HSV(B) 326.36º 0.27% 0.97% -
XYZ 67.54 57.88 73.94 -
YUV 204.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 247 181 218 0 0.27 0.12 0.03 326.36 0.8 0.84
Hex F7 B5 DA 0 1B C 3 146 50 54
Octal 367 265 332 0 33 14 3 506 120 124
Binary 11110111 10110101 11011010 0 11011 1100 11 101000110 1010000 1010100

Color Harmonies of #F7B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B5DA

Black with #F7B5DA

Text Example


Text Example

White with #F7B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B5DA; }

 p { color: rgb(247,181,218); }

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

background-color css

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

 a { background-color: rgb(247,181,218); }

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

border-color css

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

 span { border-color: rgb(247,181,218); }

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