Html Css Color HEX #F2AFEF Lavender Rose

📋 copy color: '#F2AFEF'

red 242 ◦ green 175 ◦ blue 239

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

Shades of Lavender Rose #F2AFEF

Tints of Lavender Rose #F2AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.43%

R = 36.89%
G = 26.68%
B = 36.43%

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

#F2AFEF (or 0xF2AFEF) is known color: Lavender Rose. HEX triplet: F2, AF and EF. RGB value is (242,175,239). Sum of RGB (Red+Green+Blue) = 242+175+239=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFEF is #0D5010. Grayscale: #CACACA. Windows color (decimal): -872465 or 15708146. OLE color: 15708146.

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

Color convert

RGB 242 175 239 -
CMYK 0 0.28 0.01 0.05
HSL 302.69º 0.72% 0.82% -
HSV(B) 302.69º 0.28% 0.95% -
XYZ 67.53 55.77 88.87 -
YUV 202.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 242 175 239 0 0.28 0.01 0.05 302.69 0.72 0.82
Hex F2 AF EF 0 1C 1 5 12F 48 52
Octal 362 257 357 0 34 1 5 457 110 122
Binary 11110010 10101111 11101111 0 11100 1 101 100101111 1001000 1010010

Color Harmonies of #F2AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFEF

Black with #F2AFEF

Text Example


Text Example

White with #F2AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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