Html Css Color HEX #F6B2EF Lavender Rose

📋 copy color: '#F6B2EF'

red 246 ◦ green 178 ◦ blue 239

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

Shades of Lavender Rose #F6B2EF

Tints of Lavender Rose #F6B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.85%

 BLUE value IS 239 (93.75% from 255) = 36.05%

R = 37.1%
G = 26.85%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6B2EF (or 0xF6B2EF) is known color: Lavender Rose. HEX triplet: F6, B2 and EF. RGB value is (246,178,239). Sum of RGB (Red+Green+Blue) = 246+178+239=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 178 (69.92% from 255 or 26.85% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B2EF is #094D10. Grayscale: #CDCDCD. Windows color (decimal): -609553 or 15708918. OLE color: 15708918.

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

Color convert

RGB 246 178 239 -
CMYK 0 0.28 0.03 0.04
HSL 306.18º 0.79% 0.83% -
HSV(B) 306.18º 0.28% 0.96% -
XYZ 69.51 57.67 89.13 -
YUV 205.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 246 178 239 0 0.28 0.03 0.04 306.18 0.79 0.83
Hex F6 B2 EF 0 1C 3 4 132 4F 53
Octal 366 262 357 0 34 3 4 462 117 123
Binary 11110110 10110010 11101111 0 11100 11 100 100110010 1001111 1010011

Color Harmonies of #F6B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B2EF

Black with #F6B2EF

Text Example


Text Example

White with #F6B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B2EF; }

 p { color: rgb(246,178,239); }

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

background-color css

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

 a { background-color: rgb(246,178,239); }

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

border-color css

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

 span { border-color: rgb(246,178,239); }

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