Html Css Color HEX #F29BE0 Lavender Rose

📋 copy color: '#F29BE0'

red 242 ◦ green 155 ◦ blue 224

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

Shades of Lavender Rose #F29BE0

Tints of Lavender Rose #F29BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.07%

R = 38.97%
G = 24.96%
B = 36.07%

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

#F29BE0 (or 0xF29BE0) is known color: Lavender Rose. HEX triplet: F2, 9B and E0. RGB value is (242,155,224). Sum of RGB (Red+Green+Blue) = 242+155+224=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BE0 is #0D641F. Grayscale: #BCBCBC. Windows color (decimal): -877600 or 14719986. OLE color: 14719986.

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

Color convert

RGB 242 155 224 -
CMYK 0 0.36 0.07 0.05
HSL 312.41º 0.77% 0.78% -
HSV(B) 312.41º 0.36% 0.95% -
XYZ 61.79 47.7 76.47 -
YUV 188.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 242 155 224 0 0.36 0.07 0.05 312.41 0.77 0.78
Hex F2 9B E0 0 24 7 5 138 4D 4E
Octal 362 233 340 0 44 7 5 470 115 116
Binary 11110010 10011011 11100000 0 100100 111 101 100111000 1001101 1001110

Color Harmonies of #F29BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29BE0

Black with #F29BE0

Text Example


Text Example

White with #F29BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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