Html Css Color HEX #F69ED4 Lavender Rose

📋 copy color: '#F69ED4'

red 246 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #F69ED4

Tints of Lavender Rose #F69ED4

RGB

 RED value IS 246 (96.48% from 255) = 39.94%

 GREEN value IS 158 (62.11% from 255) = 25.65%

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

R = 39.94%
G = 25.65%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F69ED4 (or 0xF69ED4) is known color: Lavender Rose. HEX triplet: F6, 9E and D4. RGB value is (246,158,212). Sum of RGB (Red+Green+Blue) = 246+158+212=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F69ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69ED4 is #09612B. Grayscale: #BEBEBE. Windows color (decimal): -614700 or 13934326. OLE color: 13934326.

HSL color Cylindrical-coordinate representation of color #F69ED4: hue angle of 323.18º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69ED4 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 158 212 -
CMYK 0 0.36 0.14 0.04
HSL 323.18º 0.83% 0.79% -
HSV(B) 323.18º 0.36% 0.96% -
XYZ 62.12 48.8 68.43 -
YUV 190.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 246 158 212 0 0.36 0.14 0.04 323.18 0.83 0.79
Hex F6 9E D4 0 24 E 4 143 53 4F
Octal 366 236 324 0 44 16 4 503 123 117
Binary 11110110 10011110 11010100 0 100100 1110 100 101000011 1010011 1001111

Color Harmonies of #F69ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69ED4

Black with #F69ED4

Text Example


Text Example

White with #F69ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69ED4; }

 p { color: rgb(246,158,212); }

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

background-color css

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

 a { background-color: rgb(246,158,212); }

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

border-color css

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

 span { border-color: rgb(246,158,212); }

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