Html Css Color HEX #F1B0ED Lavender Rose

📋 copy color: '#F1B0ED'

red 241 ◦ green 176 ◦ blue 237

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

Shades of Lavender Rose #F1B0ED

Tints of Lavender Rose #F1B0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.91%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 36.85%
G = 26.91%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1B0ED (or 0xF1B0ED) is known color: Lavender Rose. HEX triplet: F1, B0 and ED. RGB value is (241,176,237). Sum of RGB (Red+Green+Blue) = 241+176+237=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0ED is #0E4F12. Grayscale: #CACACA. Windows color (decimal): -937747 or 15577329. OLE color: 15577329.

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

Color convert

RGB 241 176 237 -
CMYK 0 0.27 0.02 0.05
HSL 303.69º 0.7% 0.82% -
HSV(B) 303.69º 0.27% 0.95% -
XYZ 67.09 55.87 87.37 -
YUV 202.39 147.53 155.54 -
System Red Green Blue C M Y K H S L
Decimal 241 176 237 0 0.27 0.02 0.05 303.69 0.7 0.82
Hex F1 B0 ED 0 1B 2 5 130 46 52
Octal 361 260 355 0 33 2 5 460 106 122
Binary 11110001 10110000 11101101 0 11011 10 101 100110000 1000110 1010010

Color Harmonies of #F1B0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0ED

Black with #F1B0ED

Text Example


Text Example

White with #F1B0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0ED; }

 p { color: rgb(241,176,237); }

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

background-color css

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

 a { background-color: rgb(241,176,237); }

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

border-color css

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

 span { border-color: rgb(241,176,237); }

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