Html Css Color HEX #F2AFDF Lavender Rose

📋 copy color: '#F2AFDF'

red 242 ◦ green 175 ◦ blue 223

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

Shades of Lavender Rose #F2AFDF

Tints of Lavender Rose #F2AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 37.81%
G = 27.34%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2AFDF (or 0xF2AFDF) is known color: Lavender Rose. HEX triplet: F2, AF and DF. RGB value is (242,175,223). Sum of RGB (Red+Green+Blue) = 242+175+223=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AFDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AFDF is #0D5020. Grayscale: #C8C8C8. Windows color (decimal): -872481 or 14659570. OLE color: 14659570.

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

Color convert

RGB 242 175 223 -
CMYK 0 0.28 0.08 0.05
HSL 317.01º 0.72% 0.82% -
HSV(B) 317.01º 0.28% 0.95% -
XYZ 65.27 54.86 76.96 -
YUV 200.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 242 175 223 0 0.28 0.08 0.05 317.01 0.72 0.82
Hex F2 AF DF 0 1C 8 5 13D 48 52
Octal 362 257 337 0 34 10 5 475 110 122
Binary 11110010 10101111 11011111 0 11100 1000 101 100111101 1001000 1010010

Color Harmonies of #F2AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFDF

Black with #F2AFDF

Text Example


Text Example

White with #F2AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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