Html Css Color HEX #F29CDF Lavender Rose

📋 copy color: '#F29CDF'

red 242 ◦ green 156 ◦ blue 223

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

Shades of Lavender Rose #F29CDF

Tints of Lavender Rose #F29CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.91%

R = 38.97%
G = 25.12%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F29CDF (or 0xF29CDF) is known color: Lavender Rose. HEX triplet: F2, 9C and DF. RGB value is (242,156,223). Sum of RGB (Red+Green+Blue) = 242+156+223=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CDF is #0D6320. Grayscale: #BDBDBD. Windows color (decimal): -877345 or 14654706. OLE color: 14654706.

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

Color convert

RGB 242 156 223 -
CMYK 0 0.36 0.08 0.05
HSL 313.26º 0.77% 0.78% -
HSV(B) 313.26º 0.36% 0.95% -
XYZ 61.83 47.98 75.81 -
YUV 189.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 242 156 223 0 0.36 0.08 0.05 313.26 0.77 0.78
Hex F2 9C DF 0 24 8 5 139 4D 4E
Octal 362 234 337 0 44 10 5 471 115 116
Binary 11110010 10011100 11011111 0 100100 1000 101 100111001 1001101 1001110

Color Harmonies of #F29CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29CDF

Black with #F29CDF

Text Example


Text Example

White with #F29CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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