Html Css Color HEX #F0A7CC Lavender Pink

📋 copy color: '#F0A7CC'

red 240 ◦ green 167 ◦ blue 204

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

Shades of Lavender Pink #F0A7CC

Tints of Lavender Pink #F0A7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.33%

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

R = 39.28%
G = 27.33%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A7CC (or 0xF0A7CC) is known color: Lavender Pink. HEX triplet: F0, A7 and CC. RGB value is (240,167,204). Sum of RGB (Red+Green+Blue) = 240+167+204=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7CC is #0F5833. Grayscale: #C0C0C0. Windows color (decimal): -1005620 or 13412336. OLE color: 13412336.

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

Color convert

RGB 240 167 204 -
CMYK 0 0.30 0.15 0.06
HSL 329.59º 0.71% 0.8% -
HSV(B) 329.59º 0.3% 0.94% -
XYZ 60.65 50.52 63.68 -
YUV 193.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 240 167 204 0 0.30 0.15 0.06 329.59 0.71 0.8
Hex F0 A7 CC 0 1E F 6 14A 47 50
Octal 360 247 314 0 36 17 6 512 107 120
Binary 11110000 10100111 11001100 0 11110 1111 110 101001010 1000111 1010000

Color Harmonies of #F0A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A7CC

Black with #F0A7CC

Text Example


Text Example

White with #F0A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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