Html Css Color HEX #F2ADEB Lavender Rose

📋 copy color: '#F2ADEB'

red 242 ◦ green 173 ◦ blue 235

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

Shades of Lavender Rose #F2ADEB

Tints of Lavender Rose #F2ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 37.23%
G = 26.62%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2ADEB (or 0xF2ADEB) is known color: Lavender Rose. HEX triplet: F2, AD and EB. RGB value is (242,173,235). Sum of RGB (Red+Green+Blue) = 242+173+235=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADEB is #0D5214. Grayscale: #C8C8C8. Windows color (decimal): -872981 or 15445490. OLE color: 15445490.

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

Color convert

RGB 242 173 235 -
CMYK 0 0.29 0.03 0.05
HSL 306.09º 0.73% 0.81% -
HSV(B) 306.09º 0.29% 0.95% -
XYZ 66.56 54.76 85.66 -
YUV 200.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 242 173 235 0 0.29 0.03 0.05 306.09 0.73 0.81
Hex F2 AD EB 0 1D 3 5 132 49 51
Octal 362 255 353 0 35 3 5 462 111 121
Binary 11110010 10101101 11101011 0 11101 11 101 100110010 1001001 1010001

Color Harmonies of #F2ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADEB

Black with #F2ADEB

Text Example


Text Example

White with #F2ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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