Html Css Color HEX #F6B2DE Lavender Pink

📋 copy color: '#F6B2DE'

red 246 ◦ green 178 ◦ blue 222

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

Shades of Lavender Pink #F6B2DE

Tints of Lavender Pink #F6B2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.55%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 38.08%
G = 27.55%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6B2DE (or 0xF6B2DE) is known color: Lavender Pink. HEX triplet: F6, B2 and DE. RGB value is (246,178,222). Sum of RGB (Red+Green+Blue) = 246+178+222=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2DE is #094D21. Grayscale: #CBCBCB. Windows color (decimal): -609570 or 14594806. OLE color: 14594806.

HSL color Cylindrical-coordinate representation of color #F6B2DE: hue angle of 321.18º degrees, saturation: 0.79, 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 #F6B2DE is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 178 222 -
CMYK 0 0.28 0.10 0.04
HSL 321.18º 0.79% 0.83% -
HSV(B) 321.18º 0.28% 0.96% -
XYZ 67.11 56.71 76.52 -
YUV 203.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 246 178 222 0 0.28 0.10 0.04 321.18 0.79 0.83
Hex F6 B2 DE 0 1C A 4 141 4F 53
Octal 366 262 336 0 34 12 4 501 117 123
Binary 11110110 10110010 11011110 0 11100 1010 100 101000001 1001111 1010011

Color Harmonies of #F6B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B2DE

Black with #F6B2DE

Text Example


Text Example

White with #F6B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B2DE; }

 p { color: rgb(246,178,222); }

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

background-color css

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

 a { background-color: rgb(246,178,222); }

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

border-color css

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

 span { border-color: rgb(246,178,222); }

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