Html Css Color HEX #F6BEC5 Azalea

📋 copy color: '#F6BEC5'

red 246 ◦ green 190 ◦ blue 197

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

Shades of Azalea #F6BEC5

Tints of Azalea #F6BEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 197 (77.34% from 255) = 31.12%

R = 38.86%
G = 30.02%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6BEC5 (or 0xF6BEC5) is known color: Azalea. HEX triplet: F6, BE and C5. RGB value is (246,190,197). Sum of RGB (Red+Green+Blue) = 246+190+197=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC5 is #09413A. Grayscale: #CFCFCF. Windows color (decimal): -606523 or 12959478. OLE color: 12959478.

HSL color Cylindrical-coordinate representation of color #F6BEC5: hue angle of 352.5º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEC5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 190 197 -
CMYK 0 0.23 0.20 0.04
HSL 352.5º 0.76% 0.85% -
HSV(B) 352.5º 0.23% 0.96% -
XYZ 66.5 60.45 60.99 -
YUV 207.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 246 190 197 0 0.23 0.20 0.04 352.5 0.76 0.85
Hex F6 BE C5 0 17 14 4 160 4C 55
Octal 366 276 305 0 27 24 4 540 114 125
Binary 11110110 10111110 11000101 0 10111 10100 100 101100000 1001100 1010101

Color Harmonies of #F6BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BEC5

Black with #F6BEC5

Text Example


Text Example

White with #F6BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BEC5; }

 p { color: rgb(246,190,197); }

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

background-color css

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

 a { background-color: rgb(246,190,197); }

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

border-color css

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

 span { border-color: rgb(246,190,197); }

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