Html Css Color HEX #F29ADD Lavender Rose

📋 copy color: '#F29ADD'

red 242 ◦ green 154 ◦ blue 221

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

Shades of Lavender Rose #F29ADD

Tints of Lavender Rose #F29ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 39.22%
G = 24.96%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F29ADD (or 0xF29ADD) is known color: Lavender Rose. HEX triplet: F2, 9A and DD. RGB value is (242,154,221). Sum of RGB (Red+Green+Blue) = 242+154+221=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ADD is #0D6522. Grayscale: #BBBBBB. Windows color (decimal): -877859 or 14523122. OLE color: 14523122.

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

Color convert

RGB 242 154 221 -
CMYK 0 0.36 0.09 0.05
HSL 314.32º 0.77% 0.78% -
HSV(B) 314.32º 0.36% 0.95% -
XYZ 61.22 47.21 74.29 -
YUV 187.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 242 154 221 0 0.36 0.09 0.05 314.32 0.77 0.78
Hex F2 9A DD 0 24 9 5 13A 4D 4E
Octal 362 232 335 0 44 11 5 472 115 116
Binary 11110010 10011010 11011101 0 100100 1001 101 100111010 1001101 1001110

Color Harmonies of #F29ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29ADD

Black with #F29ADD

Text Example


Text Example

White with #F29ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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