Html Css Color HEX #F298DE Lavender Rose

📋 copy color: '#F298DE'

red 242 ◦ green 152 ◦ blue 222

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

Shades of Lavender Rose #F298DE

Tints of Lavender Rose #F298DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.68%

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 39.29%
G = 24.68%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F298DE (or 0xF298DE) is known color: Lavender Rose. HEX triplet: F2, 98 and DE. RGB value is (242,152,222). Sum of RGB (Red+Green+Blue) = 242+152+222=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DE is #0D6721. Grayscale: #BABABA. Windows color (decimal): -878370 or 14588146. OLE color: 14588146.

HSL color Cylindrical-coordinate representation of color #F298DE: hue angle of 313.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298DE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 222 -
CMYK 0 0.37 0.08 0.05
HSL 313.33º 0.78% 0.77% -
HSV(B) 313.33º 0.37% 0.95% -
XYZ 61.03 46.61 74.89 -
YUV 186.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 242 152 222 0 0.37 0.08 0.05 313.33 0.78 0.77
Hex F2 98 DE 0 25 8 5 139 4E 4D
Octal 362 230 336 0 45 10 5 471 116 115
Binary 11110010 10011000 11011110 0 100101 1000 101 100111001 1001110 1001101

Color Harmonies of #F298DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298DE

Black with #F298DE

Text Example


Text Example

White with #F298DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298DE; }

 p { color: rgb(242,152,222); }

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

background-color css

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

 a { background-color: rgb(242,152,222); }

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

border-color css

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

 span { border-color: rgb(242,152,222); }

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