Html Css Color HEX #F2A7CE Lavender Pink

📋 copy color: '#F2A7CE'

red 242 ◦ green 167 ◦ blue 206

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

Shades of Lavender Pink #F2A7CE

Tints of Lavender Pink #F2A7CE

RGB

 RED value IS 242 (94.92% from 255) = 39.35%

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

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 39.35%
G = 27.15%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2A7CE (or 0xF2A7CE) is known color: Lavender Pink. HEX triplet: F2, A7 and CE. RGB value is (242,167,206). Sum of RGB (Red+Green+Blue) = 242+167+206=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A7CE is #0D5831. Grayscale: #C1C1C1. Windows color (decimal): -874546 or 13543410. OLE color: 13543410.

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

Color convert

RGB 242 167 206 -
CMYK 0 0.31 0.15 0.05
HSL 328.8º 0.74% 0.8% -
HSV(B) 328.8º 0.31% 0.95% -
XYZ 61.58 50.97 64.99 -
YUV 193.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 242 167 206 0 0.31 0.15 0.05 328.8 0.74 0.8
Hex F2 A7 CE 0 1F F 5 149 4A 50
Octal 362 247 316 0 37 17 5 511 112 120
Binary 11110010 10100111 11001110 0 11111 1111 101 101001001 1001010 1010000

Color Harmonies of #F2A7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A7CE

Black with #F2A7CE

Text Example


Text Example

White with #F2A7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A7CE; }

 p { color: rgb(242,167,206); }

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

background-color css

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

 a { background-color: rgb(242,167,206); }

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

border-color css

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

 span { border-color: rgb(242,167,206); }

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