Html Css Color HEX #F6B5E0 Lavender Rose

📋 copy color: '#F6B5E0'

red 246 ◦ green 181 ◦ blue 224

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

Shades of Lavender Rose #F6B5E0

Tints of Lavender Rose #F6B5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.8%

 BLUE value IS 224 (87.89% from 255) = 34.41%

R = 37.79%
G = 27.8%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F6B5E0 (or 0xF6B5E0) is known color: Lavender Rose. HEX triplet: F6, B5 and E0. RGB value is (246,181,224). Sum of RGB (Red+Green+Blue) = 246+181+224=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B5E0 is #094A1F. Grayscale: #CDCDCD. Windows color (decimal): -608800 or 14726646. OLE color: 14726646.

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

Color convert

RGB 246 181 224 -
CMYK 0 0.26 0.09 0.04
HSL 320.31º 0.78% 0.84% -
HSV(B) 320.31º 0.26% 0.96% -
XYZ 67.98 58.02 78.14 -
YUV 205.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 246 181 224 0 0.26 0.09 0.04 320.31 0.78 0.84
Hex F6 B5 E0 0 1A 9 4 140 4E 54
Octal 366 265 340 0 32 11 4 500 116 124
Binary 11110110 10110101 11100000 0 11010 1001 100 101000000 1001110 1010100

Color Harmonies of #F6B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B5E0

Black with #F6B5E0

Text Example


Text Example

White with #F6B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B5E0; }

 p { color: rgb(246,181,224); }

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

background-color css

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

 a { background-color: rgb(246,181,224); }

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

border-color css

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

 span { border-color: rgb(246,181,224); }

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