Html Css Color HEX #F29CE2 Lavender Rose

📋 copy color: '#F29CE2'

red 242 ◦ green 156 ◦ blue 226

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

Shades of Lavender Rose #F29CE2

Tints of Lavender Rose #F29CE2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25%

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

R = 38.78%
G = 25%
B = 36.22%

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

#F29CE2 (or 0xF29CE2) is known color: Lavender Rose. HEX triplet: F2, 9C and E2. RGB value is (242,156,226). Sum of RGB (Red+Green+Blue) = 242+156+226=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CE2 is #0D631D. Grayscale: #BDBDBD. Windows color (decimal): -877342 or 14851314. OLE color: 14851314.

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

Color convert

RGB 242 156 226 -
CMYK 0 0.36 0.07 0.05
HSL 311.16º 0.77% 0.78% -
HSV(B) 311.16º 0.36% 0.95% -
XYZ 62.23 48.15 77.96 -
YUV 189.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 242 156 226 0 0.36 0.07 0.05 311.16 0.77 0.78
Hex F2 9C E2 0 24 7 5 137 4D 4E
Octal 362 234 342 0 44 7 5 467 115 116
Binary 11110010 10011100 11100010 0 100100 111 101 100110111 1001101 1001110

Color Harmonies of #F29CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29CE2

Black with #F29CE2

Text Example


Text Example

White with #F29CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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