Html Css Color HEX #F69AD4 Lavender Rose

📋 copy color: '#F69AD4'

red 246 ◦ green 154 ◦ blue 212

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

Shades of Lavender Rose #F69AD4

Tints of Lavender Rose #F69AD4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.16%

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

R = 40.2%
G = 25.16%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F69AD4 (or 0xF69AD4) is known color: Lavender Rose. HEX triplet: F6, 9A and D4. RGB value is (246,154,212). Sum of RGB (Red+Green+Blue) = 246+154+212=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F69AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69AD4 is #09652B. Grayscale: #BBBBBB. Windows color (decimal): -615724 or 13933302. OLE color: 13933302.

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

Color convert

RGB 246 154 212 -
CMYK 0 0.37 0.14 0.04
HSL 322.17º 0.84% 0.78% -
HSV(B) 322.17º 0.37% 0.96% -
XYZ 61.45 47.46 68.21 -
YUV 188.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 246 154 212 0 0.37 0.14 0.04 322.17 0.84 0.78
Hex F6 9A D4 0 25 E 4 142 54 4E
Octal 366 232 324 0 45 16 4 502 124 116
Binary 11110110 10011010 11010100 0 100101 1110 100 101000010 1010100 1001110

Color Harmonies of #F69AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69AD4

Black with #F69AD4

Text Example


Text Example

White with #F69AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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