Html Css Color HEX #F4B5F1 Lavender Rose

📋 copy color: '#F4B5F1'

red 244 ◦ green 181 ◦ blue 241

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

Shades of Lavender Rose #F4B5F1

Tints of Lavender Rose #F4B5F1

RGB

 RED value IS 244 (95.7% from 255) = 36.64%

 GREEN value IS 181 (71.09% from 255) = 27.18%

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 36.64%
G = 27.18%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F4B5F1 (or 0xF4B5F1) is known color: Lavender Rose. HEX triplet: F4, B5 and F1. RGB value is (244,181,241). Sum of RGB (Red+Green+Blue) = 244+181+241=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B5F1 is #0B4A0E. Grayscale: #CECECE. Windows color (decimal): -739855 or 15840756. OLE color: 15840756.

HSL color Cylindrical-coordinate representation of color #F4B5F1: hue angle of 302.86º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4B5F1 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 181 241 -
CMYK 0 0.26 0.01 0.04
HSL 302.86º 0.74% 0.83% -
HSV(B) 302.86º 0.26% 0.96% -
XYZ 69.71 58.63 90.86 -
YUV 206.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 244 181 241 0 0.26 0.01 0.04 302.86 0.74 0.83
Hex F4 B5 F1 0 1A 1 4 12F 4A 53
Octal 364 265 361 0 32 1 4 457 112 123
Binary 11110100 10110101 11110001 0 11010 1 100 100101111 1001010 1010011

Color Harmonies of #F4B5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B5F1

Black with #F4B5F1

Text Example


Text Example

White with #F4B5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B5F1; }

 p { color: rgb(244,181,241); }

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

background-color css

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

 a { background-color: rgb(244,181,241); }

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

border-color css

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

 span { border-color: rgb(244,181,241); }

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