Html Css Color HEX #F6B5CF Lavender Pink

📋 copy color: '#F6B5CF'

red 246 ◦ green 181 ◦ blue 207

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

Shades of Lavender Pink #F6B5CF

Tints of Lavender Pink #F6B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.55%

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

R = 38.8%
G = 28.55%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6B5CF (or 0xF6B5CF) is known color: Lavender Pink. HEX triplet: F6, B5 and CF. RGB value is (246,181,207). Sum of RGB (Red+Green+Blue) = 246+181+207=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B5CF is #094A30. Grayscale: #CBCBCB. Windows color (decimal): -608817 or 13612534. OLE color: 13612534.

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

Color convert

RGB 246 181 207 -
CMYK 0 0.26 0.16 0.04
HSL 336º 0.78% 0.84% -
HSV(B) 336º 0.26% 0.96% -
XYZ 65.79 57.15 66.59 -
YUV 203.4 130.03 158.39 -
System Red Green Blue C M Y K H S L
Decimal 246 181 207 0 0.26 0.16 0.04 336 0.78 0.84
Hex F6 B5 CF 0 1A 10 4 150 4E 54
Octal 366 265 317 0 32 20 4 520 116 124
Binary 11110110 10110101 11001111 0 11010 10000 100 101010000 1001110 1010100

Color Harmonies of #F6B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B5CF

Black with #F6B5CF

Text Example


Text Example

White with #F6B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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