Html Css Color HEX #F4AEDE Lavender Rose

📋 copy color: '#F4AEDE'

red 244 ◦ green 174 ◦ blue 222

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

Shades of Lavender Rose #F4AEDE

Tints of Lavender Rose #F4AEDE

RGB

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

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

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

R = 38.13%
G = 27.19%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F4AEDE (or 0xF4AEDE) is known color: Lavender Rose. HEX triplet: F4, AE and DE. RGB value is (244,174,222). Sum of RGB (Red+Green+Blue) = 244+174+222=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDE is #0B5121. Grayscale: #C8C8C8. Windows color (decimal): -741666 or 14593780. OLE color: 14593780.

HSL color Cylindrical-coordinate representation of color #F4AEDE: hue angle of 318.86º 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 #F4AEDE is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 174 222 -
CMYK 0 0.29 0.09 0.04
HSL 318.86º 0.76% 0.82% -
HSV(B) 318.86º 0.29% 0.96% -
XYZ 65.63 54.78 76.22 -
YUV 200.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 244 174 222 0 0.29 0.09 0.04 318.86 0.76 0.82
Hex F4 AE DE 0 1D 9 4 13F 4C 52
Octal 364 256 336 0 35 11 4 477 114 122
Binary 11110100 10101110 11011110 0 11101 1001 100 100111111 1001100 1010010

Color Harmonies of #F4AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AEDE

Black with #F4AEDE

Text Example


Text Example

White with #F4AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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