Html Css Color HEX #F29ECE Lavender Pink

📋 copy color: '#F29ECE'

red 242 ◦ green 158 ◦ blue 206

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

Shades of Lavender Pink #F29ECE

Tints of Lavender Pink #F29ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.07%

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

R = 39.93%
G = 26.07%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F29ECE (or 0xF29ECE) is known color: Lavender Pink. HEX triplet: F2, 9E and CE. RGB value is (242,158,206). Sum of RGB (Red+Green+Blue) = 242+158+206=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ECE is #0D6131. Grayscale: #BCBCBC. Windows color (decimal): -876850 or 13541106. OLE color: 13541106.

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

Color convert

RGB 242 158 206 -
CMYK 0 0.35 0.15 0.05
HSL 325.71º 0.76% 0.78% -
HSV(B) 325.71º 0.35% 0.95% -
XYZ 59.99 47.79 64.45 -
YUV 188.59 137.83 166.1 -
System Red Green Blue C M Y K H S L
Decimal 242 158 206 0 0.35 0.15 0.05 325.71 0.76 0.78
Hex F2 9E CE 0 23 F 5 146 4C 4E
Octal 362 236 316 0 43 17 5 506 114 116
Binary 11110010 10011110 11001110 0 100011 1111 101 101000110 1001100 1001110

Color Harmonies of #F29ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29ECE

Black with #F29ECE

Text Example


Text Example

White with #F29ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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