Html Css Color HEX #F4AEDC Lavender Rose

📋 copy color: '#F4AEDC'

red 244 ◦ green 174 ◦ blue 220

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

Shades of Lavender Rose #F4AEDC

Tints of Lavender Rose #F4AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 38.24%
G = 27.27%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4AEDC (or 0xF4AEDC) is known color: Lavender Rose. HEX triplet: F4, AE and DC. RGB value is (244,174,220). Sum of RGB (Red+Green+Blue) = 244+174+220=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDC is #0B5123. Grayscale: #C8C8C8. Windows color (decimal): -741668 or 14462708. OLE color: 14462708.

HSL color Cylindrical-coordinate representation of color #F4AEDC: hue angle of 320.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AEDC is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 174 220 -
CMYK 0 0.29 0.10 0.04
HSL 320.57º 0.76% 0.82% -
HSV(B) 320.57º 0.29% 0.96% -
XYZ 65.36 54.67 74.82 -
YUV 200.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 244 174 220 0 0.29 0.10 0.04 320.57 0.76 0.82
Hex F4 AE DC 0 1D A 4 141 4C 52
Octal 364 256 334 0 35 12 4 501 114 122
Binary 11110100 10101110 11011100 0 11101 1010 100 101000001 1001100 1010010

Color Harmonies of #F4AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AEDC

Black with #F4AEDC

Text Example


Text Example

White with #F4AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AEDC; }

 p { color: rgb(244,174,220); }

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

background-color css

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

 a { background-color: rgb(244,174,220); }

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

border-color css

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

 span { border-color: rgb(244,174,220); }

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