Html Css Color HEX #F2A8D6 Lavender Pink

📋 copy color: '#F2A8D6'

red 242 ◦ green 168 ◦ blue 214

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

Shades of Lavender Pink #F2A8D6

Tints of Lavender Pink #F2A8D6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.92%

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 38.78%
G = 26.92%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2A8D6 (or 0xF2A8D6) is known color: Lavender Pink. HEX triplet: F2, A8 and D6. RGB value is (242,168,214). Sum of RGB (Red+Green+Blue) = 242+168+214=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8D6 is #0D5729. Grayscale: #C3C3C3. Windows color (decimal): -874282 or 14067954. OLE color: 14067954.

HSL color Cylindrical-coordinate representation of color #F2A8D6: hue angle of 322.7º 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 #F2A8D6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 214 -
CMYK 0 0.31 0.12 0.05
HSL 322.7º 0.74% 0.8% -
HSV(B) 322.7º 0.31% 0.95% -
XYZ 62.76 51.74 70.3 -
YUV 195.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 242 168 214 0 0.31 0.12 0.05 322.7 0.74 0.8
Hex F2 A8 D6 0 1F C 5 143 4A 50
Octal 362 250 326 0 37 14 5 503 112 120
Binary 11110010 10101000 11010110 0 11111 1100 101 101000011 1001010 1010000

Color Harmonies of #F2A8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A8D6

Black with #F2A8D6

Text Example


Text Example

White with #F2A8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A8D6; }

 p { color: rgb(242,168,214); }

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

background-color css

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

 a { background-color: rgb(242,168,214); }

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

border-color css

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

 span { border-color: rgb(242,168,214); }

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