Html Css Color HEX #F2AFF0 Lavender Rose

📋 copy color: '#F2AFF0'

red 242 ◦ green 175 ◦ blue 240

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

Shades of Lavender Rose #F2AFF0

Tints of Lavender Rose #F2AFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 26.64%

 BLUE value IS 240 (94.14% from 255) = 36.53%

R = 36.83%
G = 26.64%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F2AFF0 (or 0xF2AFF0) is known color: Lavender Rose. HEX triplet: F2, AF and F0. RGB value is (242,175,240). Sum of RGB (Red+Green+Blue) = 242+175+240=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFF0 is #0D500F. Grayscale: #CACACA. Windows color (decimal): -872464 or 15773682. OLE color: 15773682.

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

Color convert

RGB 242 175 240 -
CMYK 0 0.28 0.01 0.05
HSL 301.79º 0.72% 0.82% -
HSV(B) 301.79º 0.28% 0.95% -
XYZ 67.68 55.83 89.65 -
YUV 202.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 242 175 240 0 0.28 0.01 0.05 301.79 0.72 0.82
Hex F2 AF F0 0 1C 1 5 12E 48 52
Octal 362 257 360 0 34 1 5 456 110 122
Binary 11110010 10101111 11110000 0 11100 1 101 100101110 1001000 1010010

Color Harmonies of #F2AFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFF0

Black with #F2AFF0

Text Example


Text Example

White with #F2AFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFF0; }

 p { color: rgb(242,175,240); }

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

background-color css

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

 a { background-color: rgb(242,175,240); }

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

border-color css

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

 span { border-color: rgb(242,175,240); }

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