Html Css Color HEX #F29DDC Lavender Rose

📋 copy color: '#F29DDC'

red 242 ◦ green 157 ◦ blue 220

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

Shades of Lavender Rose #F29DDC

Tints of Lavender Rose #F29DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.36%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 39.1%
G = 25.36%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F29DDC (or 0xF29DDC) is known color: Lavender Rose. HEX triplet: F2, 9D and DC. RGB value is (242,157,220). Sum of RGB (Red+Green+Blue) = 242+157+220=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DDC is #0D6223. Grayscale: #BDBDBD. Windows color (decimal): -877092 or 14458354. OLE color: 14458354.

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

Color convert

RGB 242 157 220 -
CMYK 0 0.35 0.09 0.05
HSL 315.53º 0.77% 0.78% -
HSV(B) 315.53º 0.35% 0.95% -
XYZ 61.59 48.16 73.76 -
YUV 189.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 242 157 220 0 0.35 0.09 0.05 315.53 0.77 0.78
Hex F2 9D DC 0 23 9 5 13C 4D 4E
Octal 362 235 334 0 43 11 5 474 115 116
Binary 11110010 10011101 11011100 0 100011 1001 101 100111100 1001101 1001110

Color Harmonies of #F29DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29DDC

Black with #F29DDC

Text Example


Text Example

White with #F29DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29DDC; }

 p { color: rgb(242,157,220); }

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

background-color css

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

 a { background-color: rgb(242,157,220); }

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

border-color css

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

 span { border-color: rgb(242,157,220); }

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