Html Css Color HEX #F29CEA Lavender Rose

📋 copy color: '#F29CEA'

red 242 ◦ green 156 ◦ blue 234

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

Shades of Lavender Rose #F29CEA

Tints of Lavender Rose #F29CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 38.29%
G = 24.68%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F29CEA (or 0xF29CEA) is known color: Lavender Rose. HEX triplet: F2, 9C and EA. RGB value is (242,156,234). Sum of RGB (Red+Green+Blue) = 242+156+234=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CEA is #0D6315. Grayscale: #BEBEBE. Windows color (decimal): -877334 or 15375602. OLE color: 15375602.

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

Color convert

RGB 242 156 234 -
CMYK 0 0.36 0.03 0.05
HSL 305.58º 0.77% 0.78% -
HSV(B) 305.58º 0.36% 0.95% -
XYZ 63.36 48.59 83.88 -
YUV 190.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 242 156 234 0 0.36 0.03 0.05 305.58 0.77 0.78
Hex F2 9C EA 0 24 3 5 132 4D 4E
Octal 362 234 352 0 44 3 5 462 115 116
Binary 11110010 10011100 11101010 0 100100 11 101 100110010 1001101 1001110

Color Harmonies of #F29CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29CEA

Black with #F29CEA

Text Example


Text Example

White with #F29CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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