Html Css Color HEX #F2ACDB Lavender Rose

📋 copy color: '#F2ACDB'

red 242 ◦ green 172 ◦ blue 219

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

Shades of Lavender Rose #F2ACDB

Tints of Lavender Rose #F2ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.17%

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

R = 38.23%
G = 27.17%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2ACDB (or 0xF2ACDB) is known color: Lavender Rose. HEX triplet: F2, AC and DB. RGB value is (242,172,219). Sum of RGB (Red+Green+Blue) = 242+172+219=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACDB is #0D5324. Grayscale: #C6C6C6. Windows color (decimal): -873253 or 14396658. OLE color: 14396658.

HSL color Cylindrical-coordinate representation of color #F2ACDB: hue angle of 319.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACDB is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 219 -
CMYK 0 0.29 0.10 0.05
HSL 319.71º 0.73% 0.81% -
HSV(B) 319.71º 0.29% 0.95% -
XYZ 64.16 53.5 73.96 -
YUV 198.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 242 172 219 0 0.29 0.10 0.05 319.71 0.73 0.81
Hex F2 AC DB 0 1D A 5 140 49 51
Octal 362 254 333 0 35 12 5 500 111 121
Binary 11110010 10101100 11011011 0 11101 1010 101 101000000 1001001 1010001

Color Harmonies of #F2ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACDB

Black with #F2ACDB

Text Example


Text Example

White with #F2ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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