Html Css Color HEX #F1B2E0 Lavender Rose

📋 copy color: '#F1B2E0'

red 241 ◦ green 178 ◦ blue 224

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

Shades of Lavender Rose #F1B2E0

Tints of Lavender Rose #F1B2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.68%

 BLUE value IS 224 (87.89% from 255) = 34.84%

R = 37.48%
G = 27.68%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1B2E0 (or 0xF1B2E0) is known color: Lavender Rose. HEX triplet: F1, B2 and E0. RGB value is (241,178,224). Sum of RGB (Red+Green+Blue) = 241+178+224=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2E0 is #0E4D1F. Grayscale: #C9C9C9. Windows color (decimal): -937248 or 14725873. OLE color: 14725873.

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

Color convert

RGB 241 178 224 -
CMYK 0 0.26 0.07 0.05
HSL 316.19º 0.69% 0.82% -
HSV(B) 316.19º 0.26% 0.95% -
XYZ 65.65 55.92 77.86 -
YUV 202.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 241 178 224 0 0.26 0.07 0.05 316.19 0.69 0.82
Hex F1 B2 E0 0 1A 7 5 13C 45 52
Octal 361 262 340 0 32 7 5 474 105 122
Binary 11110001 10110010 11100000 0 11010 111 101 100111100 1000101 1010010

Color Harmonies of #F1B2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B2E0

Black with #F1B2E0

Text Example


Text Example

White with #F1B2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B2E0; }

 p { color: rgb(241,178,224); }

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

background-color css

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

 a { background-color: rgb(241,178,224); }

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

border-color css

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

 span { border-color: rgb(241,178,224); }

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