Html Css Color HEX #F1A4DE Lavender Rose

📋 copy color: '#F1A4DE'

red 241 ◦ green 164 ◦ blue 222

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

Shades of Lavender Rose #F1A4DE

Tints of Lavender Rose #F1A4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.16%

 BLUE value IS 222 (87.11% from 255) = 35.41%

R = 38.44%
G = 26.16%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1A4DE (or 0xF1A4DE) is known color: Lavender Rose. HEX triplet: F1, A4 and DE. RGB value is (241,164,222). Sum of RGB (Red+Green+Blue) = 241+164+222=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DE is #0E5B21. Grayscale: #C1C1C1. Windows color (decimal): -940834 or 14591217. OLE color: 14591217.

HSL color Cylindrical-coordinate representation of color #F1A4DE: hue angle of 314.81º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4DE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 164 222 -
CMYK 0 0.32 0.08 0.05
HSL 314.81º 0.73% 0.79% -
HSV(B) 314.81º 0.32% 0.95% -
XYZ 62.74 50.53 75.55 -
YUV 193.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 241 164 222 0 0.32 0.08 0.05 314.81 0.73 0.79
Hex F1 A4 DE 0 20 8 5 13B 49 4F
Octal 361 244 336 0 40 10 5 473 111 117
Binary 11110001 10100100 11011110 0 100000 1000 101 100111011 1001001 1001111

Color Harmonies of #F1A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A4DE

Black with #F1A4DE

Text Example


Text Example

White with #F1A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A4DE; }

 p { color: rgb(241,164,222); }

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

background-color css

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

 a { background-color: rgb(241,164,222); }

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

border-color css

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

 span { border-color: rgb(241,164,222); }

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