Html Css Color HEX #F6B1F8 Lavender Rose

📋 copy color: '#F6B1F8'

red 246 ◦ green 177 ◦ blue 248

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

Shades of Lavender Rose #F6B1F8

Tints of Lavender Rose #F6B1F8

RGB

 RED value IS 246 (96.48% from 255) = 36.66%

 GREEN value IS 177 (69.53% from 255) = 26.38%

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 36.66%
G = 26.38%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F6B1F8 (or 0xF6B1F8) is known color: Lavender Rose. HEX triplet: F6, B1 and F8. RGB value is (246,177,248). Sum of RGB (Red+Green+Blue) = 246+177+248=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 177 (69.53% from 255 or 26.38% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6B1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B1F8 is #094E07. Grayscale: #CDCDCD. Windows color (decimal): -609800 or 16298486. OLE color: 16298486.

HSL color Cylindrical-coordinate representation of color #F6B1F8: hue angle of 298.31º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6B1F8 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 246 177 248 -
CMYK 0.01 0.29 0 0.03
HSL 298.31º 0.84% 0.83% -
HSV(B) 298.31º 0.29% 0.97% -
XYZ 70.67 57.81 96.24 -
YUV 205.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 246 177 248 0.01 0.29 0 0.03 298.31 0.84 0.83
Hex F6 B1 F8 1 1D 0 3 12A 54 53
Octal 366 261 370 1 35 0 3 452 124 123
Binary 11110110 10110001 11111000 1 11101 0 11 100101010 1010100 1010011

Color Harmonies of #F6B1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B1F8

Black with #F6B1F8

Text Example


Text Example

White with #F6B1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B1F8; }

 p { color: rgb(246,177,248); }

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

background-color css

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

 a { background-color: rgb(246,177,248); }

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

border-color css

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

 span { border-color: rgb(246,177,248); }

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