Html Css Color HEX #F29BE2 Lavender Rose

📋 copy color: '#F29BE2'

red 242 ◦ green 155 ◦ blue 226

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

Shades of Lavender Rose #F29BE2

Tints of Lavender Rose #F29BE2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.88%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 38.84%
G = 24.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F29BE2 (or 0xF29BE2) is known color: Lavender Rose. HEX triplet: F2, 9B and E2. RGB value is (242,155,226). Sum of RGB (Red+Green+Blue) = 242+155+226=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BE2 is #0D641D. Grayscale: #BCBCBC. Windows color (decimal): -877598 or 14851058. OLE color: 14851058.

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

Color convert

RGB 242 155 226 -
CMYK 0 0.36 0.07 0.05
HSL 311.03º 0.77% 0.78% -
HSV(B) 311.03º 0.36% 0.95% -
XYZ 62.07 47.81 77.91 -
YUV 189.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 242 155 226 0 0.36 0.07 0.05 311.03 0.77 0.78
Hex F2 9B E2 0 24 7 5 137 4D 4E
Octal 362 233 342 0 44 7 5 467 115 116
Binary 11110010 10011011 11100010 0 100100 111 101 100110111 1001101 1001110

Color Harmonies of #F29BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29BE2

Black with #F29BE2

Text Example


Text Example

White with #F29BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29BE2; }

 p { color: rgb(242,155,226); }

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

background-color css

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

 a { background-color: rgb(242,155,226); }

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

border-color css

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

 span { border-color: rgb(242,155,226); }

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