Html Css Color HEX #F696ED Lavender Rose

📋 copy color: '#F696ED'

red 246 ◦ green 150 ◦ blue 237

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

Shades of Lavender Rose #F696ED

Tints of Lavender Rose #F696ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.7%

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 38.86%
G = 23.7%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F696ED (or 0xF696ED) is known color: Lavender Rose. HEX triplet: F6, 96 and ED. RGB value is (246,150,237). Sum of RGB (Red+Green+Blue) = 246+150+237=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F696ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F696ED is #096912. Grayscale: #BCBCBC. Windows color (decimal): -616723 or 15570678. OLE color: 15570678.

HSL color Cylindrical-coordinate representation of color #F696ED: hue angle of 305.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696ED is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 150 237 -
CMYK 0 0.39 0.04 0.04
HSL 305.63º 0.84% 0.78% -
HSV(B) 305.63º 0.39% 0.96% -
XYZ 64.2 47.52 85.91 -
YUV 188.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 246 150 237 0 0.39 0.04 0.04 305.63 0.84 0.78
Hex F6 96 ED 0 27 4 4 132 54 4E
Octal 366 226 355 0 47 4 4 462 124 116
Binary 11110110 10010110 11101101 0 100111 100 100 100110010 1010100 1001110

Color Harmonies of #F696ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696ED

Black with #F696ED

Text Example


Text Example

White with #F696ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696ED; }

 p { color: rgb(246,150,237); }

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

background-color css

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

 a { background-color: rgb(246,150,237); }

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

border-color css

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

 span { border-color: rgb(246,150,237); }

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