Html Css Color HEX #F2ADF1 Lavender Rose

📋 copy color: '#F2ADF1'

red 242 ◦ green 173 ◦ blue 241

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

Shades of Lavender Rose #F2ADF1

Tints of Lavender Rose #F2ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.74%

R = 36.89%
G = 26.37%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2ADF1 (or 0xF2ADF1) is known color: Lavender Rose. HEX triplet: F2, AD and F1. RGB value is (242,173,241). Sum of RGB (Red+Green+Blue) = 242+173+241=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADF1 is #0D520E. Grayscale: #C9C9C9. Windows color (decimal): -872975 or 15838706. OLE color: 15838706.

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

Color convert

RGB 242 173 241 -
CMYK 0 0.29 0.00 0.05
HSL 300.87º 0.73% 0.81% -
HSV(B) 300.87º 0.29% 0.95% -
XYZ 67.44 55.12 90.3 -
YUV 201.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 242 173 241 0 0.29 0.00 0.05 300.87 0.73 0.81
Hex F2 AD F1 0 1D 0 5 12D 49 51
Octal 362 255 361 0 35 0 5 455 111 121
Binary 11110010 10101101 11110001 0 11101 0 101 100101101 1001001 1010001

Color Harmonies of #F2ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADF1

Black with #F2ADF1

Text Example


Text Example

White with #F2ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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