Html Css Color HEX #F4A8E0 Lavender Rose

📋 copy color: '#F4A8E0'

red 244 ◦ green 168 ◦ blue 224

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

Shades of Lavender Rose #F4A8E0

Tints of Lavender Rose #F4A8E0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.42%

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 38.36%
G = 26.42%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F4A8E0 (or 0xF4A8E0) is known color: Lavender Rose. HEX triplet: F4, A8 and E0. RGB value is (244,168,224). Sum of RGB (Red+Green+Blue) = 244+168+224=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 168 (66.02% from 255 or 26.42% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8E0 is #0B571F. Grayscale: #C4C4C4. Windows color (decimal): -743200 or 14723316. OLE color: 14723316.

HSL color Cylindrical-coordinate representation of color #F4A8E0: hue angle of 315.79º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8E0 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 168 224 -
CMYK 0 0.31 0.08 0.04
HSL 315.79º 0.78% 0.81% -
HSV(B) 315.79º 0.31% 0.96% -
XYZ 64.77 52.62 77.26 -
YUV 197.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 244 168 224 0 0.31 0.08 0.04 315.79 0.78 0.81
Hex F4 A8 E0 0 1F 8 4 13C 4E 51
Octal 364 250 340 0 37 10 4 474 116 121
Binary 11110100 10101000 11100000 0 11111 1000 100 100111100 1001110 1010001

Color Harmonies of #F4A8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A8E0

Black with #F4A8E0

Text Example


Text Example

White with #F4A8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A8E0; }

 p { color: rgb(244,168,224); }

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

background-color css

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

 a { background-color: rgb(244,168,224); }

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

border-color css

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

 span { border-color: rgb(244,168,224); }

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