Html Css Color HEX #F1AFCE Lavender Pink

📋 copy color: '#F1AFCE'

red 241 ◦ green 175 ◦ blue 206

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

Shades of Lavender Pink #F1AFCE

Tints of Lavender Pink #F1AFCE

RGB

 RED value IS 241 (94.53% from 255) = 38.75%

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

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 38.75%
G = 28.14%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1AFCE (or 0xF1AFCE) is known color: Lavender Pink. HEX triplet: F1, AF and CE. RGB value is (241,175,206). Sum of RGB (Red+Green+Blue) = 241+175+206=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AFCE is #0E5031. Grayscale: #C6C6C6. Windows color (decimal): -938034 or 13545457. OLE color: 13545457.

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

Color convert

RGB 241 175 206 -
CMYK 0 0.27 0.15 0.05
HSL 331.82º 0.7% 0.82% -
HSV(B) 331.82º 0.27% 0.95% -
XYZ 62.75 53.82 65.47 -
YUV 198.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 241 175 206 0 0.27 0.15 0.05 331.82 0.7 0.82
Hex F1 AF CE 0 1B F 5 14C 46 52
Octal 361 257 316 0 33 17 5 514 106 122
Binary 11110001 10101111 11001110 0 11011 1111 101 101001100 1000110 1010010

Color Harmonies of #F1AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AFCE

Black with #F1AFCE

Text Example


Text Example

White with #F1AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AFCE; }

 p { color: rgb(241,175,206); }

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

background-color css

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

 a { background-color: rgb(241,175,206); }

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

border-color css

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

 span { border-color: rgb(241,175,206); }

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