Html Css Color HEX #F1B4E7 French Lilac

📋 copy color: '#F1B4E7'

red 241 ◦ green 180 ◦ blue 231

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

Shades of French Lilac #F1B4E7

Tints of French Lilac #F1B4E7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.61%

 BLUE value IS 231 (90.63% from 255) = 35.43%

R = 36.96%
G = 27.61%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1B4E7 (or 0xF1B4E7) is known color: French Lilac. HEX triplet: F1, B4 and E7. RGB value is (241,180,231). Sum of RGB (Red+Green+Blue) = 241+180+231=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4E7 is #0E4B18. Grayscale: #CBCBCB. Windows color (decimal): -936729 or 15185137. OLE color: 15185137.

HSL color Cylindrical-coordinate representation of color #F1B4E7: hue angle of 309.84º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4E7 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 231 -
CMYK 0 0.25 0.04 0.05
HSL 309.84º 0.69% 0.83% -
HSV(B) 309.84º 0.25% 0.95% -
XYZ 67.02 57.11 83.09 -
YUV 204.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 241 180 231 0 0.25 0.04 0.05 309.84 0.69 0.83
Hex F1 B4 E7 0 19 4 5 136 45 53
Octal 361 264 347 0 31 4 5 466 105 123
Binary 11110001 10110100 11100111 0 11001 100 101 100110110 1000101 1010011

Color Harmonies of #F1B4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4E7

Black with #F1B4E7

Text Example


Text Example

White with #F1B4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4E7; }

 p { color: rgb(241,180,231); }

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

background-color css

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

 a { background-color: rgb(241,180,231); }

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

border-color css

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

 span { border-color: rgb(241,180,231); }

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