Html Css Color HEX #F0A5CC Lavender Pink

📋 copy color: '#F0A5CC'

red 240 ◦ green 165 ◦ blue 204

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

Shades of Lavender Pink #F0A5CC

Tints of Lavender Pink #F0A5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 39.41%
G = 27.09%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A5CC (or 0xF0A5CC) is known color: Lavender Pink. HEX triplet: F0, A5 and CC. RGB value is (240,165,204). Sum of RGB (Red+Green+Blue) = 240+165+204=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A5CC is #0F5A33. Grayscale: #BFBFBF. Windows color (decimal): -1006132 or 13411824. OLE color: 13411824.

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

Color convert

RGB 240 165 204 -
CMYK 0 0.31 0.15 0.06
HSL 328.8º 0.71% 0.79% -
HSV(B) 328.8º 0.31% 0.94% -
XYZ 60.29 49.8 63.56 -
YUV 191.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 240 165 204 0 0.31 0.15 0.06 328.8 0.71 0.79
Hex F0 A5 CC 0 1F F 6 149 47 4F
Octal 360 245 314 0 37 17 6 511 107 117
Binary 11110000 10100101 11001100 0 11111 1111 110 101001001 1000111 1001111

Color Harmonies of #F0A5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A5CC

Black with #F0A5CC

Text Example


Text Example

White with #F0A5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A5CC; }

 p { color: rgb(240,165,204); }

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

background-color css

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

 a { background-color: rgb(240,165,204); }

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

border-color css

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

 span { border-color: rgb(240,165,204); }

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