Html Css Color HEX #F2ADE8 Lavender Rose

📋 copy color: '#F2ADE8'

red 242 ◦ green 173 ◦ blue 232

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

Shades of Lavender Rose #F2ADE8

Tints of Lavender Rose #F2ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.74%

 BLUE value IS 232 (91.02% from 255) = 35.86%

R = 37.4%
G = 26.74%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2ADE8 (or 0xF2ADE8) is known color: Lavender Rose. HEX triplet: F2, AD and E8. RGB value is (242,173,232). Sum of RGB (Red+Green+Blue) = 242+173+232=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADE8 is #0D5217. Grayscale: #C8C8C8. Windows color (decimal): -872984 or 15248882. OLE color: 15248882.

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

Color convert

RGB 242 173 232 -
CMYK 0 0.29 0.04 0.05
HSL 308.7º 0.73% 0.81% -
HSV(B) 308.7º 0.29% 0.95% -
XYZ 66.13 54.59 83.4 -
YUV 200.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 242 173 232 0 0.29 0.04 0.05 308.7 0.73 0.81
Hex F2 AD E8 0 1D 4 5 135 49 51
Octal 362 255 350 0 35 4 5 465 111 121
Binary 11110010 10101101 11101000 0 11101 100 101 100110101 1001001 1010001

Color Harmonies of #F2ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADE8

Black with #F2ADE8

Text Example


Text Example

White with #F2ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADE8; }

 p { color: rgb(242,173,232); }

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

background-color css

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

 a { background-color: rgb(242,173,232); }

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

border-color css

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

 span { border-color: rgb(242,173,232); }

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