Html Css Color HEX #F6A8CD Lavender Pink

📋 copy color: '#F6A8CD'

red 246 ◦ green 168 ◦ blue 205

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

Shades of Lavender Pink #F6A8CD

Tints of Lavender Pink #F6A8CD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.14%

 BLUE value IS 205 (80.47% from 255) = 33.12%

R = 39.74%
G = 27.14%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6A8CD (or 0xF6A8CD) is known color: Lavender Pink. HEX triplet: F6, A8 and CD. RGB value is (246,168,205). Sum of RGB (Red+Green+Blue) = 246+168+205=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8CD is #095732. Grayscale: #C3C3C3. Windows color (decimal): -612147 or 13478134. OLE color: 13478134.

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

Color convert

RGB 246 168 205 -
CMYK 0 0.32 0.17 0.04
HSL 331.54º 0.81% 0.81% -
HSV(B) 331.54º 0.32% 0.96% -
XYZ 63.03 52.01 64.47 -
YUV 195.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 246 168 205 0 0.32 0.17 0.04 331.54 0.81 0.81
Hex F6 A8 CD 0 20 11 4 14C 51 51
Octal 366 250 315 0 40 21 4 514 121 121
Binary 11110110 10101000 11001101 0 100000 10001 100 101001100 1010001 1010001

Color Harmonies of #F6A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A8CD

Black with #F6A8CD

Text Example


Text Example

White with #F6A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A8CD; }

 p { color: rgb(246,168,205); }

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

background-color css

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

 a { background-color: rgb(246,168,205); }

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

border-color css

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

 span { border-color: rgb(246,168,205); }

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