Html Css Color HEX #F69BD3 Lavender Rose

📋 copy color: '#F69BD3'

red 246 ◦ green 155 ◦ blue 211

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

Shades of Lavender Rose #F69BD3

Tints of Lavender Rose #F69BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.48%

R = 40.2%
G = 25.33%
B = 34.48%

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

#F69BD3 (or 0xF69BD3) is known color: Lavender Rose. HEX triplet: F6, 9B and D3. RGB value is (246,155,211). Sum of RGB (Red+Green+Blue) = 246+155+211=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BD3 is #09642C. Grayscale: #BCBCBC. Windows color (decimal): -615469 or 13868022. OLE color: 13868022.

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

Color convert

RGB 246 155 211 -
CMYK 0 0.37 0.14 0.04
HSL 323.08º 0.83% 0.79% -
HSV(B) 323.08º 0.37% 0.96% -
XYZ 61.49 47.74 67.6 -
YUV 188.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 246 155 211 0 0.37 0.14 0.04 323.08 0.83 0.79
Hex F6 9B D3 0 25 E 4 143 53 4F
Octal 366 233 323 0 45 16 4 503 123 117
Binary 11110110 10011011 11010011 0 100101 1110 100 101000011 1010011 1001111

Color Harmonies of #F69BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BD3

Black with #F69BD3

Text Example


Text Example

White with #F69BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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