Html Css Color HEX #F7B3CF Lavender Pink

📋 copy color: '#F7B3CF'

red 247 ◦ green 179 ◦ blue 207

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

Shades of Lavender Pink #F7B3CF

Tints of Lavender Pink #F7B3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.28%

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

R = 39.02%
G = 28.28%
B = 32.7%

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

#F7B3CF (or 0xF7B3CF) is known color: Lavender Pink. HEX triplet: F7, B3 and CF. RGB value is (247,179,207). Sum of RGB (Red+Green+Blue) = 247+179+207=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B3CF is #084C30. Grayscale: #CACACA. Windows color (decimal): -543793 or 13612023. OLE color: 13612023.

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

Color convert

RGB 247 179 207 -
CMYK 0 0.28 0.16 0.03
HSL 335.29º 0.81% 0.84% -
HSV(B) 335.29º 0.28% 0.97% -
XYZ 65.74 56.52 66.48 -
YUV 202.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 247 179 207 0 0.28 0.16 0.03 335.29 0.81 0.84
Hex F7 B3 CF 0 1C 10 3 14F 51 54
Octal 367 263 317 0 34 20 3 517 121 124
Binary 11110111 10110011 11001111 0 11100 10000 11 101001111 1010001 1010100

Color Harmonies of #F7B3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B3CF

Black with #F7B3CF

Text Example


Text Example

White with #F7B3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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