Html Css Color HEX #F29FDF Lavender Rose

📋 copy color: '#F29FDF'

red 242 ◦ green 159 ◦ blue 223

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

Shades of Lavender Rose #F29FDF

Tints of Lavender Rose #F29FDF

RGB

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

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

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

R = 38.78%
G = 25.48%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F29FDF (or 0xF29FDF) is known color: Lavender Rose. HEX triplet: F2, 9F and DF. RGB value is (242,159,223). Sum of RGB (Red+Green+Blue) = 242+159+223=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FDF is #0D6020. Grayscale: #BEBEBE. Windows color (decimal): -876577 or 14655474. OLE color: 14655474.

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

Color convert

RGB 242 159 223 -
CMYK 0 0.34 0.08 0.05
HSL 313.73º 0.76% 0.79% -
HSV(B) 313.73º 0.34% 0.95% -
XYZ 62.34 49 75.98 -
YUV 191.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 242 159 223 0 0.34 0.08 0.05 313.73 0.76 0.79
Hex F2 9F DF 0 22 8 5 13A 4C 4F
Octal 362 237 337 0 42 10 5 472 114 117
Binary 11110010 10011111 11011111 0 100010 1000 101 100111010 1001100 1001111

Color Harmonies of #F29FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FDF

Black with #F29FDF

Text Example


Text Example

White with #F29FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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