Html Css Color HEX #F29FCE Lavender Pink

📋 copy color: '#F29FCE'

red 242 ◦ green 159 ◦ blue 206

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

Shades of Lavender Pink #F29FCE

Tints of Lavender Pink #F29FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.94%

R = 39.87%
G = 26.19%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F29FCE (or 0xF29FCE) is known color: Lavender Pink. HEX triplet: F2, 9F and CE. RGB value is (242,159,206). Sum of RGB (Red+Green+Blue) = 242+159+206=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FCE is #0D6031. Grayscale: #BDBDBD. Windows color (decimal): -876594 or 13541362. OLE color: 13541362.

HSL color Cylindrical-coordinate representation of color #F29FCE: hue angle of 326.02º 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 #F29FCE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 206 -
CMYK 0 0.34 0.15 0.05
HSL 326.02º 0.76% 0.79% -
HSV(B) 326.02º 0.34% 0.95% -
XYZ 60.16 48.13 64.51 -
YUV 189.18 137.5 165.68 -
System Red Green Blue C M Y K H S L
Decimal 242 159 206 0 0.34 0.15 0.05 326.02 0.76 0.79
Hex F2 9F CE 0 22 F 5 146 4C 4F
Octal 362 237 316 0 42 17 5 506 114 117
Binary 11110010 10011111 11001110 0 100010 1111 101 101000110 1001100 1001111

Color Harmonies of #F29FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FCE

Black with #F29FCE

Text Example


Text Example

White with #F29FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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