Html Css Color HEX #F29FD0 Lavender Pink

📋 copy color: '#F29FD0'

red 242 ◦ green 159 ◦ blue 208

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

Shades of Lavender Pink #F29FD0

Tints of Lavender Pink #F29FD0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.11%

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 39.74%
G = 26.11%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F29FD0 (or 0xF29FD0) is known color: Lavender Pink. HEX triplet: F2, 9F and D0. RGB value is (242,159,208). Sum of RGB (Red+Green+Blue) = 242+159+208=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FD0 is #0D602F. Grayscale: #BDBDBD. Windows color (decimal): -876592 or 13672434. OLE color: 13672434.

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

Color convert

RGB 242 159 208 -
CMYK 0 0.34 0.14 0.05
HSL 324.58º 0.76% 0.79% -
HSV(B) 324.58º 0.34% 0.95% -
XYZ 60.4 48.23 65.8 -
YUV 189.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 242 159 208 0 0.34 0.14 0.05 324.58 0.76 0.79
Hex F2 9F D0 0 22 E 5 145 4C 4F
Octal 362 237 320 0 42 16 5 505 114 117
Binary 11110010 10011111 11010000 0 100010 1110 101 101000101 1001100 1001111

Color Harmonies of #F29FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FD0

Black with #F29FD0

Text Example


Text Example

White with #F29FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FD0; }

 p { color: rgb(242,159,208); }

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

background-color css

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

 a { background-color: rgb(242,159,208); }

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

border-color css

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

 span { border-color: rgb(242,159,208); }

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