Html Css Color HEX #F4A8DA Lavender Rose

📋 copy color: '#F4A8DA'

red 244 ◦ green 168 ◦ blue 218

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

Shades of Lavender Rose #F4A8DA

Tints of Lavender Rose #F4A8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 38.73%
G = 26.67%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4A8DA (or 0xF4A8DA) is known color: Lavender Rose. HEX triplet: F4, A8 and DA. RGB value is (244,168,218). Sum of RGB (Red+Green+Blue) = 244+168+218=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8DA is #0B5725. Grayscale: #C4C4C4. Windows color (decimal): -743206 or 14330100. OLE color: 14330100.

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

Color convert

RGB 244 168 218 -
CMYK 0 0.31 0.11 0.04
HSL 320.53º 0.78% 0.81% -
HSV(B) 320.53º 0.31% 0.96% -
XYZ 63.97 52.3 73.05 -
YUV 196.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 244 168 218 0 0.31 0.11 0.04 320.53 0.78 0.81
Hex F4 A8 DA 0 1F B 4 141 4E 51
Octal 364 250 332 0 37 13 4 501 116 121
Binary 11110100 10101000 11011010 0 11111 1011 100 101000001 1001110 1010001

Color Harmonies of #F4A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A8DA

Black with #F4A8DA

Text Example


Text Example

White with #F4A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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