Html Css Color HEX #F29FEB Lavender Rose

📋 copy color: '#F29FEB'

red 242 ◦ green 159 ◦ blue 235

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

Shades of Lavender Rose #F29FEB

Tints of Lavender Rose #F29FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 38.05%
G = 25%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F29FEB (or 0xF29FEB) is known color: Lavender Rose. HEX triplet: F2, 9F and EB. RGB value is (242,159,235). Sum of RGB (Red+Green+Blue) = 242+159+235=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FEB is #0D6014. Grayscale: #C0C0C0. Windows color (decimal): -876565 or 15441906. OLE color: 15441906.

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

Color convert

RGB 242 159 235 -
CMYK 0 0.34 0.03 0.05
HSL 305.06º 0.76% 0.79% -
HSV(B) 305.06º 0.34% 0.95% -
XYZ 64.01 49.67 84.81 -
YUV 192.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 242 159 235 0 0.34 0.03 0.05 305.06 0.76 0.79
Hex F2 9F EB 0 22 3 5 131 4C 4F
Octal 362 237 353 0 42 3 5 461 114 117
Binary 11110010 10011111 11101011 0 100010 11 101 100110001 1001100 1001111

Color Harmonies of #F29FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FEB

Black with #F29FEB

Text Example


Text Example

White with #F29FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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