Html Css Color HEX #F69BD4 Lavender Rose

📋 copy color: '#F69BD4'

red 246 ◦ green 155 ◦ blue 212

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

Shades of Lavender Rose #F69BD4

Tints of Lavender Rose #F69BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.29%

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

R = 40.13%
G = 25.29%
B = 34.58%

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

#F69BD4 (or 0xF69BD4) is known color: Lavender Rose. HEX triplet: F6, 9B and D4. RGB value is (246,155,212). Sum of RGB (Red+Green+Blue) = 246+155+212=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BD4 is #09642B. Grayscale: #BCBCBC. Windows color (decimal): -615468 or 13933558. OLE color: 13933558.

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

Color convert

RGB 246 155 212 -
CMYK 0 0.37 0.14 0.04
HSL 322.42º 0.83% 0.79% -
HSV(B) 322.42º 0.37% 0.96% -
XYZ 61.61 47.79 68.26 -
YUV 188.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 246 155 212 0 0.37 0.14 0.04 322.42 0.83 0.79
Hex F6 9B D4 0 25 E 4 142 53 4F
Octal 366 233 324 0 45 16 4 502 123 117
Binary 11110110 10011011 11010100 0 100101 1110 100 101000010 1010011 1001111

Color Harmonies of #F69BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BD4

Black with #F69BD4

Text Example


Text Example

White with #F69BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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