Html Css Color HEX #F69CDA Lavender Rose

📋 copy color: '#F69CDA'

red 246 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #F69CDA

Tints of Lavender Rose #F69CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 39.68%
G = 25.16%
B = 35.16%

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

#F69CDA (or 0xF69CDA) is known color: Lavender Rose. HEX triplet: F6, 9C and DA. RGB value is (246,156,218). Sum of RGB (Red+Green+Blue) = 246+156+218=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDA is #096325. Grayscale: #BDBDBD. Windows color (decimal): -615206 or 14327030. OLE color: 14327030.

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

Color convert

RGB 246 156 218 -
CMYK 0 0.37 0.11 0.04
HSL 318.67º 0.83% 0.79% -
HSV(B) 318.67º 0.37% 0.96% -
XYZ 62.55 48.43 72.38 -
YUV 189.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 246 156 218 0 0.37 0.11 0.04 318.67 0.83 0.79
Hex F6 9C DA 0 25 B 4 13F 53 4F
Octal 366 234 332 0 45 13 4 477 123 117
Binary 11110110 10011100 11011010 0 100101 1011 100 100111111 1010011 1001111

Color Harmonies of #F69CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CDA

Black with #F69CDA

Text Example


Text Example

White with #F69CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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