Html Css Color HEX #F2ADDF Lavender Rose

📋 copy color: '#F2ADDF'

red 242 ◦ green 173 ◦ blue 223

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

Shades of Lavender Rose #F2ADDF

Tints of Lavender Rose #F2ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 37.93%
G = 27.12%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2ADDF (or 0xF2ADDF) is known color: Lavender Rose. HEX triplet: F2, AD and DF. RGB value is (242,173,223). Sum of RGB (Red+Green+Blue) = 242+173+223=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADDF is #0D5220. Grayscale: #C7C7C7. Windows color (decimal): -872993 or 14659058. OLE color: 14659058.

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

Color convert

RGB 242 173 223 -
CMYK 0 0.29 0.08 0.05
HSL 316.52º 0.73% 0.81% -
HSV(B) 316.52º 0.29% 0.95% -
XYZ 64.88 54.09 76.83 -
YUV 199.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 242 173 223 0 0.29 0.08 0.05 316.52 0.73 0.81
Hex F2 AD DF 0 1D 8 5 13D 49 51
Octal 362 255 337 0 35 10 5 475 111 121
Binary 11110010 10101101 11011111 0 11101 1000 101 100111101 1001001 1010001

Color Harmonies of #F2ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADDF

Black with #F2ADDF

Text Example


Text Example

White with #F2ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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