Html Css Color HEX #F2ADF3 Lavender Rose

📋 copy color: '#F2ADF3'

red 242 ◦ green 173 ◦ blue 243

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

Shades of Lavender Rose #F2ADF3

Tints of Lavender Rose #F2ADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 36.78%
G = 26.29%
B = 36.93%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2ADF3 (or 0xF2ADF3) is known color: Lavender Rose. HEX triplet: F2, AD and F3. RGB value is (242,173,243). Sum of RGB (Red+Green+Blue) = 242+173+243=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2ADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ADF3 is #0D520C. Grayscale: #C9C9C9. Windows color (decimal): -872973 or 15969778. OLE color: 15969778.

HSL color Cylindrical-coordinate representation of color #F2ADF3: hue angle of 299.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADF3 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 173 243 -
CMYK 0.00 0.29 0 0.05
HSL 299.14º 0.74% 0.82% -
HSV(B) 299.14º 0.29% 0.95% -
XYZ 67.74 55.24 91.89 -
YUV 201.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 242 173 243 0.00 0.29 0 0.05 299.14 0.74 0.82
Hex F2 AD F3 0 1D 0 5 12B 4A 52
Octal 362 255 363 0 35 0 5 453 112 122
Binary 11110010 10101101 11110011 0 11101 0 101 100101011 1001010 1010010

Color Harmonies of #F2ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ADF3

Black with #F2ADF3

Text Example


Text Example

White with #F2ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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