Html Css Color HEX #F4ADDC Lavender Rose

📋 copy color: '#F4ADDC'

red 244 ◦ green 173 ◦ blue 220

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

Shades of Lavender Rose #F4ADDC

Tints of Lavender Rose #F4ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.16%

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

R = 38.3%
G = 27.16%
B = 34.54%

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

#F4ADDC (or 0xF4ADDC) is known color: Lavender Rose. HEX triplet: F4, AD and DC. RGB value is (244,173,220). Sum of RGB (Red+Green+Blue) = 244+173+220=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADDC is #0B5223. Grayscale: #C7C7C7. Windows color (decimal): -741924 or 14462452. OLE color: 14462452.

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

Color convert

RGB 244 173 220 -
CMYK 0 0.29 0.10 0.04
HSL 320.28º 0.76% 0.82% -
HSV(B) 320.28º 0.29% 0.96% -
XYZ 65.17 54.29 74.75 -
YUV 199.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 244 173 220 0 0.29 0.10 0.04 320.28 0.76 0.82
Hex F4 AD DC 0 1D A 4 140 4C 52
Octal 364 255 334 0 35 12 4 500 114 122
Binary 11110100 10101101 11011100 0 11101 1010 100 101000000 1001100 1010010

Color Harmonies of #F4ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ADDC

Black with #F4ADDC

Text Example


Text Example

White with #F4ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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