Html Css Color HEX #F29EDF Lavender Rose

📋 copy color: '#F29EDF'

red 242 ◦ green 158 ◦ blue 223

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

Shades of Lavender Rose #F29EDF

Tints of Lavender Rose #F29EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 38.84%
G = 25.36%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F29EDF (or 0xF29EDF) is known color: Lavender Rose. HEX triplet: F2, 9E and DF. RGB value is (242,158,223). Sum of RGB (Red+Green+Blue) = 242+158+223=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EDF is #0D6120. Grayscale: #BEBEBE. Windows color (decimal): -876833 or 14655218. OLE color: 14655218.

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

Color convert

RGB 242 158 223 -
CMYK 0 0.35 0.08 0.05
HSL 313.57º 0.76% 0.78% -
HSV(B) 313.57º 0.35% 0.95% -
XYZ 62.16 48.66 75.93 -
YUV 190.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 242 158 223 0 0.35 0.08 0.05 313.57 0.76 0.78
Hex F2 9E DF 0 23 8 5 13A 4C 4E
Octal 362 236 337 0 43 10 5 472 114 116
Binary 11110010 10011110 11011111 0 100011 1000 101 100111010 1001100 1001110

Color Harmonies of #F29EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29EDF

Black with #F29EDF

Text Example


Text Example

White with #F29EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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