Html Css Color HEX #F2A4DD Lavender Rose

📋 copy color: '#F2A4DD'

red 242 ◦ green 164 ◦ blue 221

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

Shades of Lavender Rose #F2A4DD

Tints of Lavender Rose #F2A4DD

RGB

 RED value IS 242 (94.92% from 255) = 38.6%

 GREEN value IS 164 (64.45% from 255) = 26.16%

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 38.6%
G = 26.16%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2A4DD (or 0xF2A4DD) is known color: Lavender Rose. HEX triplet: F2, A4 and DD. RGB value is (242,164,221). Sum of RGB (Red+Green+Blue) = 242+164+221=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A4DD is #0D5B22. Grayscale: #C1C1C1. Windows color (decimal): -875299 or 14525682. OLE color: 14525682.

HSL color Cylindrical-coordinate representation of color #F2A4DD: hue angle of 316.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2A4DD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 164 221 -
CMYK 0 0.32 0.09 0.05
HSL 316.15º 0.75% 0.8% -
HSV(B) 316.15º 0.32% 0.95% -
XYZ 62.94 50.65 74.87 -
YUV 193.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 242 164 221 0 0.32 0.09 0.05 316.15 0.75 0.8
Hex F2 A4 DD 0 20 9 5 13C 4B 50
Octal 362 244 335 0 40 11 5 474 113 120
Binary 11110010 10100100 11011101 0 100000 1001 101 100111100 1001011 1010000

Color Harmonies of #F2A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A4DD

Black with #F2A4DD

Text Example


Text Example

White with #F2A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A4DD; }

 p { color: rgb(242,164,221); }

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

background-color css

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

 a { background-color: rgb(242,164,221); }

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

border-color css

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

 span { border-color: rgb(242,164,221); }

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