Html Css Color HEX #F29ADE Lavender Rose

📋 copy color: '#F29ADE'

red 242 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #F29ADE

Tints of Lavender Rose #F29ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.92%

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 39.16%
G = 24.92%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F29ADE (or 0xF29ADE) is known color: Lavender Rose. HEX triplet: F2, 9A and DE. RGB value is (242,154,222). Sum of RGB (Red+Green+Blue) = 242+154+222=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ADE is #0D6521. Grayscale: #BBBBBB. Windows color (decimal): -877858 or 14588658. OLE color: 14588658.

HSL color Cylindrical-coordinate representation of color #F29ADE: hue angle of 313.64º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29ADE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 154 222 -
CMYK 0 0.36 0.08 0.05
HSL 313.64º 0.77% 0.78% -
HSV(B) 313.64º 0.36% 0.95% -
XYZ 61.36 47.26 75 -
YUV 188.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 242 154 222 0 0.36 0.08 0.05 313.64 0.77 0.78
Hex F2 9A DE 0 24 8 5 13A 4D 4E
Octal 362 232 336 0 44 10 5 472 115 116
Binary 11110010 10011010 11011110 0 100100 1000 101 100111010 1001101 1001110

Color Harmonies of #F29ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29ADE

Black with #F29ADE

Text Example


Text Example

White with #F29ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29ADE; }

 p { color: rgb(242,154,222); }

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

background-color css

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

 a { background-color: rgb(242,154,222); }

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

border-color css

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

 span { border-color: rgb(242,154,222); }

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