Html Css Color HEX #F69ED3 Lavender Pink

📋 copy color: '#F69ED3'

red 246 ◦ green 158 ◦ blue 211

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

Shades of Lavender Pink #F69ED3

Tints of Lavender Pink #F69ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 40%
G = 25.69%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F69ED3 (or 0xF69ED3) is known color: Lavender Pink. HEX triplet: F6, 9E and D3. RGB value is (246,158,211). Sum of RGB (Red+Green+Blue) = 246+158+211=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ED3 is #09612C. Grayscale: #BEBEBE. Windows color (decimal): -614701 or 13868790. OLE color: 13868790.

HSL color Cylindrical-coordinate representation of color #F69ED3: hue angle of 323.86º 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 #F69ED3 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 211 -
CMYK 0 0.36 0.14 0.04
HSL 323.86º 0.83% 0.79% -
HSV(B) 323.86º 0.36% 0.96% -
XYZ 61.99 48.75 67.77 -
YUV 190.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 246 158 211 0 0.36 0.14 0.04 323.86 0.83 0.79
Hex F6 9E D3 0 24 E 4 144 53 4F
Octal 366 236 323 0 44 16 4 504 123 117
Binary 11110110 10011110 11010011 0 100100 1110 100 101000100 1010011 1001111

Color Harmonies of #F69ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ED3

Black with #F69ED3

Text Example


Text Example

White with #F69ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ED3; }

 p { color: rgb(246,158,211); }

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

background-color css

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

 a { background-color: rgb(246,158,211); }

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

border-color css

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

 span { border-color: rgb(246,158,211); }

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