Html Css Color HEX #F69BED Lavender Rose

📋 copy color: '#F69BED'

red 246 ◦ green 155 ◦ blue 237

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

Shades of Lavender Rose #F69BED

Tints of Lavender Rose #F69BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 38.56%
G = 24.29%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F69BED (or 0xF69BED) is known color: Lavender Rose. HEX triplet: F6, 9B and ED. RGB value is (246,155,237). Sum of RGB (Red+Green+Blue) = 246+155+237=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69BED is #096412. Grayscale: #BFBFBF. Windows color (decimal): -615443 or 15571958. OLE color: 15571958.

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

Color convert

RGB 246 155 237 -
CMYK 0 0.37 0.04 0.04
HSL 305.93º 0.83% 0.79% -
HSV(B) 305.93º 0.37% 0.96% -
XYZ 65.01 49.15 86.18 -
YUV 191.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 246 155 237 0 0.37 0.04 0.04 305.93 0.83 0.79
Hex F6 9B ED 0 25 4 4 132 53 4F
Octal 366 233 355 0 45 4 4 462 123 117
Binary 11110110 10011011 11101101 0 100101 100 100 100110010 1010011 1001111

Color Harmonies of #F69BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BED

Black with #F69BED

Text Example


Text Example

White with #F69BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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