Html Css Color HEX #F6B4EE Lavender Rose

📋 copy color: '#F6B4EE'

red 246 ◦ green 180 ◦ blue 238

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

Shades of Lavender Rose #F6B4EE

Tints of Lavender Rose #F6B4EE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.11%

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 37.05%
G = 27.11%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6B4EE (or 0xF6B4EE) is known color: Lavender Rose. HEX triplet: F6, B4 and EE. RGB value is (246,180,238). Sum of RGB (Red+Green+Blue) = 246+180+238=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4EE is #094B11. Grayscale: #CECECE. Windows color (decimal): -609042 or 15643894. OLE color: 15643894.

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

Color convert

RGB 246 180 238 -
CMYK 0 0.27 0.03 0.04
HSL 307.27º 0.79% 0.84% -
HSV(B) 307.27º 0.27% 0.96% -
XYZ 69.76 58.41 88.49 -
YUV 206.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 246 180 238 0 0.27 0.03 0.04 307.27 0.79 0.84
Hex F6 B4 EE 0 1B 3 4 133 4F 54
Octal 366 264 356 0 33 3 4 463 117 124
Binary 11110110 10110100 11101110 0 11011 11 100 100110011 1001111 1010100

Color Harmonies of #F6B4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B4EE

Black with #F6B4EE

Text Example


Text Example

White with #F6B4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B4EE; }

 p { color: rgb(246,180,238); }

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

background-color css

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

 a { background-color: rgb(246,180,238); }

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

border-color css

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

 span { border-color: rgb(246,180,238); }

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