Html Css Color HEX #F29FED Lavender Rose

📋 copy color: '#F29FED'

red 242 ◦ green 159 ◦ blue 237

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

Shades of Lavender Rose #F29FED

Tints of Lavender Rose #F29FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 37.93%
G = 24.92%
B = 37.15%

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

#F29FED (or 0xF29FED) is known color: Lavender Rose. HEX triplet: F2, 9F and ED. RGB value is (242,159,237). Sum of RGB (Red+Green+Blue) = 242+159+237=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FED is #0D6012. Grayscale: #C0C0C0. Windows color (decimal): -876563 or 15572978. OLE color: 15572978.

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

Color convert

RGB 242 159 237 -
CMYK 0 0.34 0.02 0.05
HSL 303.61º 0.76% 0.79% -
HSV(B) 303.61º 0.34% 0.95% -
XYZ 64.3 49.79 86.34 -
YUV 192.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 242 159 237 0 0.34 0.02 0.05 303.61 0.76 0.79
Hex F2 9F ED 0 22 2 5 130 4C 4F
Octal 362 237 355 0 42 2 5 460 114 117
Binary 11110010 10011111 11101101 0 100010 10 101 100110000 1001100 1001111

Color Harmonies of #F29FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FED

Black with #F29FED

Text Example


Text Example

White with #F29FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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