Html Css Color HEX #F6B9E0 Lavender Pink

📋 copy color: '#F6B9E0'

red 246 ◦ green 185 ◦ blue 224

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

Shades of Lavender Pink #F6B9E0

Tints of Lavender Pink #F6B9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.24%

 BLUE value IS 224 (87.89% from 255) = 34.2%

R = 37.56%
G = 28.24%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6B9E0 (or 0xF6B9E0) is known color: Lavender Pink. HEX triplet: F6, B9 and E0. RGB value is (246,185,224). Sum of RGB (Red+Green+Blue) = 246+185+224=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9E0 is #09461F. Grayscale: #CFCFCF. Windows color (decimal): -607776 or 14727670. OLE color: 14727670.

HSL color Cylindrical-coordinate representation of color #F6B9E0: hue angle of 321.64º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9E0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 224 -
CMYK 0 0.25 0.09 0.04
HSL 321.64º 0.77% 0.85% -
HSV(B) 321.64º 0.25% 0.96% -
XYZ 68.81 59.67 78.41 -
YUV 207.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 246 185 224 0 0.25 0.09 0.04 321.64 0.77 0.85
Hex F6 B9 E0 0 19 9 4 142 4D 55
Octal 366 271 340 0 31 11 4 502 115 125
Binary 11110110 10111001 11100000 0 11001 1001 100 101000010 1001101 1010101

Color Harmonies of #F6B9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9E0

Black with #F6B9E0

Text Example


Text Example

White with #F6B9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9E0; }

 p { color: rgb(246,185,224); }

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

background-color css

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

 a { background-color: rgb(246,185,224); }

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

border-color css

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

 span { border-color: rgb(246,185,224); }

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