Html Css Color HEX #F29DD1 Lavender Pink

📋 copy color: '#F29DD1'

red 242 ◦ green 157 ◦ blue 209

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

Shades of Lavender Pink #F29DD1

Tints of Lavender Pink #F29DD1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 39.8%
G = 25.82%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F29DD1 (or 0xF29DD1) is known color: Lavender Pink. HEX triplet: F2, 9D and D1. RGB value is (242,157,209). Sum of RGB (Red+Green+Blue) = 242+157+209=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DD1 is #0D622E. Grayscale: #BCBCBC. Windows color (decimal): -877103 or 13737458. OLE color: 13737458.

HSL color Cylindrical-coordinate representation of color #F29DD1: hue angle of 323.29º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29DD1 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 157 209 -
CMYK 0 0.35 0.14 0.05
HSL 323.29º 0.77% 0.78% -
HSV(B) 323.29º 0.35% 0.95% -
XYZ 60.18 47.59 66.34 -
YUV 188.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 242 157 209 0 0.35 0.14 0.05 323.29 0.77 0.78
Hex F2 9D D1 0 23 E 5 143 4D 4E
Octal 362 235 321 0 43 16 5 503 115 116
Binary 11110010 10011101 11010001 0 100011 1110 101 101000011 1001101 1001110

Color Harmonies of #F29DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29DD1

Black with #F29DD1

Text Example


Text Example

White with #F29DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29DD1; }

 p { color: rgb(242,157,209); }

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

background-color css

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

 a { background-color: rgb(242,157,209); }

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

border-color css

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

 span { border-color: rgb(242,157,209); }

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