Html Css Color HEX #F2ADE0 Lavender Rose

📋 copy color: '#F2ADE0'

red 242 ◦ green 173 ◦ blue 224

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

Shades of Lavender Rose #F2ADE0

Tints of Lavender Rose #F2ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 37.87%
G = 27.07%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2ADE0 (or 0xF2ADE0) is known color: Lavender Rose. HEX triplet: F2, AD and E0. RGB value is (242,173,224). Sum of RGB (Red+Green+Blue) = 242+173+224=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADE0 is #0D521F. Grayscale: #C7C7C7. Windows color (decimal): -872992 or 14724594. OLE color: 14724594.

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

Color convert

RGB 242 173 224 -
CMYK 0 0.29 0.07 0.05
HSL 315.65º 0.73% 0.81% -
HSV(B) 315.65º 0.29% 0.95% -
XYZ 65.02 54.15 77.55 -
YUV 199.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 242 173 224 0 0.29 0.07 0.05 315.65 0.73 0.81
Hex F2 AD E0 0 1D 7 5 13C 49 51
Octal 362 255 340 0 35 7 5 474 111 121
Binary 11110010 10101101 11100000 0 11101 111 101 100111100 1001001 1010001

Color Harmonies of #F2ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADE0

Black with #F2ADE0

Text Example


Text Example

White with #F2ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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