Html Css Color HEX #F69CDC Lavender Rose

📋 copy color: '#F69CDC'

red 246 ◦ green 156 ◦ blue 220

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

Shades of Lavender Rose #F69CDC

Tints of Lavender Rose #F69CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 39.55%
G = 25.08%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F69CDC (or 0xF69CDC) is known color: Lavender Rose. HEX triplet: F6, 9C and DC. RGB value is (246,156,220). Sum of RGB (Red+Green+Blue) = 246+156+220=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDC is #096323. Grayscale: #BEBEBE. Windows color (decimal): -615204 or 14458102. OLE color: 14458102.

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

Color convert

RGB 246 156 220 -
CMYK 0 0.37 0.11 0.04
HSL 317.33º 0.83% 0.79% -
HSV(B) 317.33º 0.37% 0.96% -
XYZ 62.81 48.54 73.77 -
YUV 190.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 246 156 220 0 0.37 0.11 0.04 317.33 0.83 0.79
Hex F6 9C DC 0 25 B 4 13D 53 4F
Octal 366 234 334 0 45 13 4 475 123 117
Binary 11110110 10011100 11011100 0 100101 1011 100 100111101 1010011 1001111

Color Harmonies of #F69CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CDC

Black with #F69CDC

Text Example


Text Example

White with #F69CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CDC; }

 p { color: rgb(246,156,220); }

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

background-color css

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

 a { background-color: rgb(246,156,220); }

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

border-color css

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

 span { border-color: rgb(246,156,220); }

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