Html Css Color HEX #F2A6DB Lavender Rose

📋 copy color: '#F2A6DB'

red 242 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #F2A6DB

Tints of Lavender Rose #F2A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.48%

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 38.6%
G = 26.48%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2A6DB (or 0xF2A6DB) is known color: Lavender Rose. HEX triplet: F2, A6 and DB. RGB value is (242,166,219). Sum of RGB (Red+Green+Blue) = 242+166+219=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A6DB is #0D5924. Grayscale: #C2C2C2. Windows color (decimal): -874789 or 14395122. OLE color: 14395122.

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

Color convert

RGB 242 166 219 -
CMYK 0 0.31 0.10 0.05
HSL 318.16º 0.75% 0.8% -
HSV(B) 318.16º 0.31% 0.95% -
XYZ 63.04 51.26 73.59 -
YUV 194.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 242 166 219 0 0.31 0.10 0.05 318.16 0.75 0.8
Hex F2 A6 DB 0 1F A 5 13E 4B 50
Octal 362 246 333 0 37 12 5 476 113 120
Binary 11110010 10100110 11011011 0 11111 1010 101 100111110 1001011 1010000

Color Harmonies of #F2A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A6DB

Black with #F2A6DB

Text Example


Text Example

White with #F2A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A6DB; }

 p { color: rgb(242,166,219); }

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

background-color css

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

 a { background-color: rgb(242,166,219); }

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

border-color css

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

 span { border-color: rgb(242,166,219); }

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