Html Css Color HEX #F1B2DD Lavender Rose

📋 copy color: '#F1B2DD'

red 241 ◦ green 178 ◦ blue 221

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

Shades of Lavender Rose #F1B2DD

Tints of Lavender Rose #F1B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 37.66%
G = 27.81%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1B2DD (or 0xF1B2DD) is known color: Lavender Rose. HEX triplet: F1, B2 and DD. RGB value is (241,178,221). Sum of RGB (Red+Green+Blue) = 241+178+221=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2DD is #0E4D22. Grayscale: #C9C9C9. Windows color (decimal): -937251 or 14529265. OLE color: 14529265.

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

Color convert

RGB 241 178 221 -
CMYK 0 0.26 0.08 0.05
HSL 319.05º 0.69% 0.82% -
HSV(B) 319.05º 0.26% 0.95% -
XYZ 65.25 55.76 75.73 -
YUV 201.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 241 178 221 0 0.26 0.08 0.05 319.05 0.69 0.82
Hex F1 B2 DD 0 1A 8 5 13F 45 52
Octal 361 262 335 0 32 10 5 477 105 122
Binary 11110001 10110010 11011101 0 11010 1000 101 100111111 1000101 1010010

Color Harmonies of #F1B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B2DD

Black with #F1B2DD

Text Example


Text Example

White with #F1B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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