Html Css Color HEX #F0A4CB Lavender Pink

📋 copy color: '#F0A4CB'

red 240 ◦ green 164 ◦ blue 203

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

Shades of Lavender Pink #F0A4CB

Tints of Lavender Pink #F0A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.02%

 BLUE value IS 203 (79.69% from 255) = 33.44%

R = 39.54%
G = 27.02%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A4CB (or 0xF0A4CB) is known color: Lavender Pink. HEX triplet: F0, A4 and CB. RGB value is (240,164,203). Sum of RGB (Red+Green+Blue) = 240+164+203=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4CB is #0F5B34. Grayscale: #BFBFBF. Windows color (decimal): -1006389 or 13346032. OLE color: 13346032.

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

Color convert

RGB 240 164 203 -
CMYK 0 0.32 0.15 0.06
HSL 329.21º 0.72% 0.79% -
HSV(B) 329.21º 0.32% 0.94% -
XYZ 59.99 49.39 62.87 -
YUV 191.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 240 164 203 0 0.32 0.15 0.06 329.21 0.72 0.79
Hex F0 A4 CB 0 20 F 6 149 48 4F
Octal 360 244 313 0 40 17 6 511 110 117
Binary 11110000 10100100 11001011 0 100000 1111 110 101001001 1001000 1001111

Color Harmonies of #F0A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A4CB

Black with #F0A4CB

Text Example


Text Example

White with #F0A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A4CB; }

 p { color: rgb(240,164,203); }

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

background-color css

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

 a { background-color: rgb(240,164,203); }

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

border-color css

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

 span { border-color: rgb(240,164,203); }

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