Html Css Color HEX #F1B6DF Lavender Rose

📋 copy color: '#F1B6DF'

red 241 ◦ green 182 ◦ blue 223

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

Shades of Lavender Rose #F1B6DF

Tints of Lavender Rose #F1B6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.17%

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

R = 37.31%
G = 28.17%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1B6DF (or 0xF1B6DF) is known color: Lavender Rose. HEX triplet: F1, B6 and DF. RGB value is (241,182,223). Sum of RGB (Red+Green+Blue) = 241+182+223=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 182 (71.48% from 255 or 28.17% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6DF is #0E4920. Grayscale: #CCCCCC. Windows color (decimal): -936225 or 14661361. OLE color: 14661361.

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

Color convert

RGB 241 182 223 -
CMYK 0 0.24 0.07 0.05
HSL 318.31º 0.68% 0.83% -
HSV(B) 318.31º 0.24% 0.95% -
XYZ 66.32 57.48 77.41 -
YUV 204.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 241 182 223 0 0.24 0.07 0.05 318.31 0.68 0.83
Hex F1 B6 DF 0 18 7 5 13E 44 53
Octal 361 266 337 0 30 7 5 476 104 123
Binary 11110001 10110110 11011111 0 11000 111 101 100111110 1000100 1010011

Color Harmonies of #F1B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6DF

Black with #F1B6DF

Text Example


Text Example

White with #F1B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6DF; }

 p { color: rgb(241,182,223); }

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

background-color css

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

 a { background-color: rgb(241,182,223); }

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

border-color css

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

 span { border-color: rgb(241,182,223); }

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