Html Css Color HEX #F4A5F4 Lavender Rose

📋 copy color: '#F4A5F4'

red 244 ◦ green 165 ◦ blue 244

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

Shades of Lavender Rose #F4A5F4

Tints of Lavender Rose #F4A5F4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.27%

 BLUE value IS 244 (95.7% from 255) = 37.37%

R = 37.37%
G = 25.27%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F4A5F4 (or 0xF4A5F4) is known color: Lavender Rose. HEX triplet: F4, A5 and F4. RGB value is (244,165,244). Sum of RGB (Red+Green+Blue) = 244+165+244=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F4A5F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5F4 is #0B5A0B. Grayscale: #C5C5C5. Windows color (decimal): -743948 or 16033268. OLE color: 16033268.

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

Color convert

RGB 244 165 244 -
CMYK 0 0.32 0 0.04
HSL 300º 0.78% 0.8% -
HSV(B) 300º 0.32% 0.96% -
XYZ 67.09 52.68 92.22 -
YUV 197.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 244 165 244 0 0.32 0 0.04 300 0.78 0.8
Hex F4 A5 F4 0 20 0 4 12C 4E 50
Octal 364 245 364 0 40 0 4 454 116 120
Binary 11110100 10100101 11110100 0 100000 0 100 100101100 1001110 1010000

Color Harmonies of #F4A5F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A5F4

Black with #F4A5F4

Text Example


Text Example

White with #F4A5F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A5F4; }

 p { color: rgb(244,165,244); }

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

background-color css

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

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

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

border-color css

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

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

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