Html Css Color HEX #F299D4 Lavender Rose

📋 copy color: '#F299D4'

red 242 ◦ green 153 ◦ blue 212

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

Shades of Lavender Rose #F299D4

Tints of Lavender Rose #F299D4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.21%

 BLUE value IS 212 (83.2% from 255) = 34.93%

R = 39.87%
G = 25.21%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F299D4 (or 0xF299D4) is known color: Lavender Rose. HEX triplet: F2, 99 and D4. RGB value is (242,153,212). Sum of RGB (Red+Green+Blue) = 242+153+212=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F299D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299D4 is #0D662B. Grayscale: #BABABA. Windows color (decimal): -878124 or 13933042. OLE color: 13933042.

HSL color Cylindrical-coordinate representation of color #F299D4: hue angle of 320.22º degrees, saturation: 0.77, 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 #F299D4 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 212 -
CMYK 0 0.37 0.12 0.05
HSL 320.22º 0.77% 0.77% -
HSV(B) 320.22º 0.37% 0.95% -
XYZ 59.89 46.41 68.09 -
YUV 186.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 242 153 212 0 0.37 0.12 0.05 320.22 0.77 0.77
Hex F2 99 D4 0 25 C 5 140 4D 4D
Octal 362 231 324 0 45 14 5 500 115 115
Binary 11110010 10011001 11010100 0 100101 1100 101 101000000 1001101 1001101

Color Harmonies of #F299D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F299D4

Black with #F299D4

Text Example


Text Example

White with #F299D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F299D4; }

 p { color: rgb(242,153,212); }

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

background-color css

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

 a { background-color: rgb(242,153,212); }

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

border-color css

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

 span { border-color: rgb(242,153,212); }

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