Html Css Color HEX #F6B0CC Lavender Pink

📋 copy color: '#F6B0CC'

red 246 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #F6B0CC

Tints of Lavender Pink #F6B0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 39.3%
G = 28.12%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6B0CC (or 0xF6B0CC) is known color: Lavender Pink. HEX triplet: F6, B0 and CC. RGB value is (246,176,204). Sum of RGB (Red+Green+Blue) = 246+176+204=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0CC is #094F33. Grayscale: #C8C8C8. Windows color (decimal): -610100 or 13414646. OLE color: 13414646.

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

Color convert

RGB 246 176 204 -
CMYK 0 0.28 0.17 0.04
HSL 336º 0.8% 0.83% -
HSV(B) 336º 0.28% 0.96% -
XYZ 64.43 55 64.35 -
YUV 200.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 246 176 204 0 0.28 0.17 0.04 336 0.8 0.83
Hex F6 B0 CC 0 1C 11 4 150 50 53
Octal 366 260 314 0 34 21 4 520 120 123
Binary 11110110 10110000 11001100 0 11100 10001 100 101010000 1010000 1010011

Color Harmonies of #F6B0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B0CC

Black with #F6B0CC

Text Example


Text Example

White with #F6B0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B0CC; }

 p { color: rgb(246,176,204); }

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

background-color css

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

 a { background-color: rgb(246,176,204); }

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

border-color css

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

 span { border-color: rgb(246,176,204); }

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