Html Css Color HEX #F2ADDA Lavender Rose

📋 copy color: '#F2ADDA'

red 242 ◦ green 173 ◦ blue 218

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

Shades of Lavender Rose #F2ADDA

Tints of Lavender Rose #F2ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 38.23%
G = 27.33%
B = 34.44%

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

#F2ADDA (or 0xF2ADDA) is known color: Lavender Rose. HEX triplet: F2, AD and DA. RGB value is (242,173,218). Sum of RGB (Red+Green+Blue) = 242+173+218=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADDA is #0D5225. Grayscale: #C6C6C6. Windows color (decimal): -872998 or 14331378. OLE color: 14331378.

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

Color convert

RGB 242 173 218 -
CMYK 0 0.29 0.10 0.05
HSL 320.87º 0.73% 0.81% -
HSV(B) 320.87º 0.29% 0.95% -
XYZ 64.22 53.83 73.33 -
YUV 198.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 242 173 218 0 0.29 0.10 0.05 320.87 0.73 0.81
Hex F2 AD DA 0 1D A 5 141 49 51
Octal 362 255 332 0 35 12 5 501 111 121
Binary 11110010 10101101 11011010 0 11101 1010 101 101000001 1001001 1010001

Color Harmonies of #F2ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADDA

Black with #F2ADDA

Text Example


Text Example

White with #F2ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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