Html Css Color HEX #F69CDD Lavender Rose

📋 copy color: '#F69CDD'

red 246 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #F69CDD

Tints of Lavender Rose #F69CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 39.49%
G = 25.04%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F69CDD (or 0xF69CDD) is known color: Lavender Rose. HEX triplet: F6, 9C and DD. RGB value is (246,156,221). Sum of RGB (Red+Green+Blue) = 246+156+221=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDD is #096322. Grayscale: #BEBEBE. Windows color (decimal): -615203 or 14523638. OLE color: 14523638.

HSL color Cylindrical-coordinate representation of color #F69CDD: hue angle of 316.67º 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 #F69CDD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 156 221 -
CMYK 0 0.37 0.10 0.04
HSL 316.67º 0.83% 0.79% -
HSV(B) 316.67º 0.37% 0.96% -
XYZ 62.95 48.59 74.47 -
YUV 190.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 246 156 221 0 0.37 0.10 0.04 316.67 0.83 0.79
Hex F6 9C DD 0 25 A 4 13D 53 4F
Octal 366 234 335 0 45 12 4 475 123 117
Binary 11110110 10011100 11011101 0 100101 1010 100 100111101 1010011 1001111

Color Harmonies of #F69CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CDD

Black with #F69CDD

Text Example


Text Example

White with #F69CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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