Html Css Color HEX #F7B0CE Lavender Pink

📋 copy color: '#F7B0CE'

red 247 ◦ green 176 ◦ blue 206

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

Shades of Lavender Pink #F7B0CE

Tints of Lavender Pink #F7B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.98%

 BLUE value IS 206 (80.86% from 255) = 32.75%

R = 39.27%
G = 27.98%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7B0CE (or 0xF7B0CE) is known color: Lavender Pink. HEX triplet: F7, B0 and CE. RGB value is (247,176,206). Sum of RGB (Red+Green+Blue) = 247+176+206=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0CE is #084F31. Grayscale: #C8C8C8. Windows color (decimal): -544562 or 13545719. OLE color: 13545719.

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

Color convert

RGB 247 176 206 -
CMYK 0 0.29 0.17 0.03
HSL 334.65º 0.82% 0.83% -
HSV(B) 334.65º 0.29% 0.97% -
XYZ 65.02 55.28 65.64 -
YUV 200.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 247 176 206 0 0.29 0.17 0.03 334.65 0.82 0.83
Hex F7 B0 CE 0 1D 11 3 14F 52 53
Octal 367 260 316 0 35 21 3 517 122 123
Binary 11110111 10110000 11001110 0 11101 10001 11 101001111 1010010 1010011

Color Harmonies of #F7B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0CE

Black with #F7B0CE

Text Example


Text Example

White with #F7B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0CE; }

 p { color: rgb(247,176,206); }

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

background-color css

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

 a { background-color: rgb(247,176,206); }

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

border-color css

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

 span { border-color: rgb(247,176,206); }

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