Html Css Color HEX #F0A1CF Lavender Pink

📋 copy color: '#F0A1CF'

red 240 ◦ green 161 ◦ blue 207

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

Shades of Lavender Pink #F0A1CF

Tints of Lavender Pink #F0A1CF

RGB

 RED value IS 240 (94.14% from 255) = 39.47%

 GREEN value IS 161 (63.28% from 255) = 26.48%

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

R = 39.47%
G = 26.48%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0A1CF (or 0xF0A1CF) is known color: Lavender Pink. HEX triplet: F0, A1 and CF. RGB value is (240,161,207). Sum of RGB (Red+Green+Blue) = 240+161+207=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1CF is #0F5E30. Grayscale: #BDBDBD. Windows color (decimal): -1007153 or 13607408. OLE color: 13607408.

HSL color Cylindrical-coordinate representation of color #F0A1CF: hue angle of 325.06º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A1CF is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 207 -
CMYK 0 0.33 0.14 0.06
HSL 325.06º 0.72% 0.79% -
HSV(B) 325.06º 0.33% 0.94% -
XYZ 59.94 48.52 65.24 -
YUV 189.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 240 161 207 0 0.33 0.14 0.06 325.06 0.72 0.79
Hex F0 A1 CF 0 21 E 6 145 48 4F
Octal 360 241 317 0 41 16 6 505 110 117
Binary 11110000 10100001 11001111 0 100001 1110 110 101000101 1001000 1001111

Color Harmonies of #F0A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A1CF

Black with #F0A1CF

Text Example


Text Example

White with #F0A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A1CF; }

 p { color: rgb(240,161,207); }

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

background-color css

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

 a { background-color: rgb(240,161,207); }

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

border-color css

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

 span { border-color: rgb(240,161,207); }

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