Html Css Color HEX #F1AEDF Lavender Rose

📋 copy color: '#F1AEDF'

red 241 ◦ green 174 ◦ blue 223

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

Shades of Lavender Rose #F1AEDF

Tints of Lavender Rose #F1AEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.27%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 37.77%
G = 27.27%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1AEDF (or 0xF1AEDF) is known color: Lavender Rose. HEX triplet: F1, AE and DF. RGB value is (241,174,223). Sum of RGB (Red+Green+Blue) = 241+174+223=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEDF is #0E5120. Grayscale: #C7C7C7. Windows color (decimal): -938273 or 14659313. OLE color: 14659313.

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

Color convert

RGB 241 174 223 -
CMYK 0 0.28 0.07 0.05
HSL 316.12º 0.71% 0.81% -
HSV(B) 316.12º 0.28% 0.95% -
XYZ 64.73 54.3 76.88 -
YUV 199.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 241 174 223 0 0.28 0.07 0.05 316.12 0.71 0.81
Hex F1 AE DF 0 1C 7 5 13C 47 51
Octal 361 256 337 0 34 7 5 474 107 121
Binary 11110001 10101110 11011111 0 11100 111 101 100111100 1000111 1010001

Color Harmonies of #F1AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AEDF

Black with #F1AEDF

Text Example


Text Example

White with #F1AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AEDF; }

 p { color: rgb(241,174,223); }

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

background-color css

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

 a { background-color: rgb(241,174,223); }

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

border-color css

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

 span { border-color: rgb(241,174,223); }

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