Html Css Color HEX #F6B3CE Lavender Pink

📋 copy color: '#F6B3CE'

red 246 ◦ green 179 ◦ blue 206

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

Shades of Lavender Pink #F6B3CE

Tints of Lavender Pink #F6B3CE

RGB

 RED value IS 246 (96.48% from 255) = 38.99%

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

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

R = 38.99%
G = 28.37%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6B3CE (or 0xF6B3CE) is known color: Lavender Pink. HEX triplet: F6, B3 and CE. RGB value is (246,179,206). Sum of RGB (Red+Green+Blue) = 246+179+206=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 179 (70.31% from 255 or 28.37% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3CE is #094C31. Grayscale: #CACACA. Windows color (decimal): -609330 or 13546486. OLE color: 13546486.

HSL color Cylindrical-coordinate representation of color #F6B3CE: hue angle of 335.82º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3CE is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 179 206 -
CMYK 0 0.27 0.16 0.04
HSL 335.82º 0.79% 0.83% -
HSV(B) 335.82º 0.27% 0.96% -
XYZ 65.27 56.29 65.82 -
YUV 202.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 246 179 206 0 0.27 0.16 0.04 335.82 0.79 0.83
Hex F6 B3 CE 0 1B 10 4 150 4F 53
Octal 366 263 316 0 33 20 4 520 117 123
Binary 11110110 10110011 11001110 0 11011 10000 100 101010000 1001111 1010011

Color Harmonies of #F6B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B3CE

Black with #F6B3CE

Text Example


Text Example

White with #F6B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B3CE; }

 p { color: rgb(246,179,206); }

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

background-color css

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

 a { background-color: rgb(246,179,206); }

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

border-color css

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

 span { border-color: rgb(246,179,206); }

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