Html Css Color HEX #F29ED4 Lavender Rose

📋 copy color: '#F29ED4'

red 242 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #F29ED4

Tints of Lavender Rose #F29ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.64%

R = 39.54%
G = 25.82%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F29ED4 (or 0xF29ED4) is known color: Lavender Rose. HEX triplet: F2, 9E and D4. RGB value is (242,158,212). Sum of RGB (Red+Green+Blue) = 242+158+212=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED4 is #0D612B. Grayscale: #BDBDBD. Windows color (decimal): -876844 or 13934322. OLE color: 13934322.

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

Color convert

RGB 242 158 212 -
CMYK 0 0.35 0.12 0.05
HSL 321.43º 0.76% 0.78% -
HSV(B) 321.43º 0.35% 0.95% -
XYZ 60.73 48.08 68.37 -
YUV 189.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 242 158 212 0 0.35 0.12 0.05 321.43 0.76 0.78
Hex F2 9E D4 0 23 C 5 141 4C 4E
Octal 362 236 324 0 43 14 5 501 114 116
Binary 11110010 10011110 11010100 0 100011 1100 101 101000001 1001100 1001110

Color Harmonies of #F29ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29ED4

Black with #F29ED4

Text Example


Text Example

White with #F29ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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