Html Css Color HEX #F7B2CE Lavender Pink

📋 copy color: '#F7B2CE'

red 247 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #F7B2CE

Tints of Lavender Pink #F7B2CE

RGB

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

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

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

R = 39.14%
G = 28.21%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7B2CE (or 0xF7B2CE) is known color: Lavender Pink. HEX triplet: F7, B2 and CE. RGB value is (247,178,206). Sum of RGB (Red+Green+Blue) = 247+178+206=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2CE is #084D31. Grayscale: #C9C9C9. Windows color (decimal): -544050 or 13546231. OLE color: 13546231.

HSL color Cylindrical-coordinate representation of color #F7B2CE: hue angle of 335.65º 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 #F7B2CE is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 178 206 -
CMYK 0 0.28 0.17 0.03
HSL 335.65º 0.81% 0.83% -
HSV(B) 335.65º 0.28% 0.97% -
XYZ 65.42 56.07 65.77 -
YUV 201.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 247 178 206 0 0.28 0.17 0.03 335.65 0.81 0.83
Hex F7 B2 CE 0 1C 11 3 150 51 53
Octal 367 262 316 0 34 21 3 520 121 123
Binary 11110111 10110010 11001110 0 11100 10001 11 101010000 1010001 1010011

Color Harmonies of #F7B2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B2CE

Black with #F7B2CE

Text Example


Text Example

White with #F7B2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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