Html Css Color HEX #F29FEE Lavender Rose

📋 copy color: '#F29FEE'

red 242 ◦ green 159 ◦ blue 238

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

Shades of Lavender Rose #F29FEE

Tints of Lavender Rose #F29FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 37.87%
G = 24.88%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F29FEE (or 0xF29FEE) is known color: Lavender Rose. HEX triplet: F2, 9F and EE. RGB value is (242,159,238). Sum of RGB (Red+Green+Blue) = 242+159+238=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEE is #0D6011. Grayscale: #C0C0C0. Windows color (decimal): -876562 or 15638514. OLE color: 15638514.

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

Color convert

RGB 242 159 238 -
CMYK 0 0.34 0.02 0.05
HSL 302.89º 0.76% 0.79% -
HSV(B) 302.89º 0.34% 0.95% -
XYZ 64.45 49.85 87.11 -
YUV 192.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 242 159 238 0 0.34 0.02 0.05 302.89 0.76 0.79
Hex F2 9F EE 0 22 2 5 12F 4C 4F
Octal 362 237 356 0 42 2 5 457 114 117
Binary 11110010 10011111 11101110 0 100010 10 101 100101111 1001100 1001111

Color Harmonies of #F29FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FEE

Black with #F29FEE

Text Example


Text Example

White with #F29FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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