Html Css Color HEX #F3BCC2 Azalea

📋 copy color: '#F3BCC2'

red 243 ◦ green 188 ◦ blue 194

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

Shades of Azalea #F3BCC2

Tints of Azalea #F3BCC2

RGB

 RED value IS 243 (95.31% from 255) = 38.88%

 GREEN value IS 188 (73.83% from 255) = 30.08%

 BLUE value IS 194 (76.17% from 255) = 31.04%

R = 38.88%
G = 30.08%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F3BCC2 (or 0xF3BCC2) is known color: Azalea. HEX triplet: F3, BC and C2. RGB value is (243,188,194). Sum of RGB (Red+Green+Blue) = 243+188+194=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC2 is #0C433D. Grayscale: #CDCDCD. Windows color (decimal): -803646 or 12762355. OLE color: 12762355.

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

Color convert

RGB 243 188 194 -
CMYK 0 0.23 0.20 0.05
HSL 353.45º 0.7% 0.85% -
HSV(B) 353.45º 0.23% 0.95% -
XYZ 64.68 58.92 59 -
YUV 205.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 243 188 194 0 0.23 0.20 0.05 353.45 0.7 0.85
Hex F3 BC C2 0 17 14 5 161 46 55
Octal 363 274 302 0 27 24 5 541 106 125
Binary 11110011 10111100 11000010 0 10111 10100 101 101100001 1000110 1010101

Color Harmonies of #F3BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCC2

Black with #F3BCC2

Text Example


Text Example

White with #F3BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCC2; }

 p { color: rgb(243,188,194); }

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

background-color css

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

 a { background-color: rgb(243,188,194); }

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

border-color css

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

 span { border-color: rgb(243,188,194); }

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