Html Css Color HEX #F69DCF Lavender Pink

📋 copy color: '#F69DCF'

red 246 ◦ green 157 ◦ blue 207

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

Shades of Lavender Pink #F69DCF

Tints of Lavender Pink #F69DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.74%

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 40.33%
G = 25.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F69DCF (or 0xF69DCF) is known color: Lavender Pink. HEX triplet: F6, 9D and CF. RGB value is (246,157,207). Sum of RGB (Red+Green+Blue) = 246+157+207=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DCF is #096230. Grayscale: #BDBDBD. Windows color (decimal): -614961 or 13606390. OLE color: 13606390.

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

Color convert

RGB 246 157 207 -
CMYK 0 0.36 0.16 0.04
HSL 326.29º 0.83% 0.79% -
HSV(B) 326.29º 0.36% 0.96% -
XYZ 61.33 48.21 65.11 -
YUV 189.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 246 157 207 0 0.36 0.16 0.04 326.29 0.83 0.79
Hex F6 9D CF 0 24 10 4 146 53 4F
Octal 366 235 317 0 44 20 4 506 123 117
Binary 11110110 10011101 11001111 0 100100 10000 100 101000110 1010011 1001111

Color Harmonies of #F69DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DCF

Black with #F69DCF

Text Example


Text Example

White with #F69DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DCF; }

 p { color: rgb(246,157,207); }

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

background-color css

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

 a { background-color: rgb(246,157,207); }

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

border-color css

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

 span { border-color: rgb(246,157,207); }

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