Html Css Color HEX #F3BABB Azalea

📋 copy color: '#F3BABB'

red 243 ◦ green 186 ◦ blue 187

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

Shades of Azalea #F3BABB

Tints of Azalea #F3BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.19%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 39.45%
G = 30.19%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F3BABB (or 0xF3BABB) is known color: Azalea. HEX triplet: F3, BA and BB. RGB value is (243,186,187). Sum of RGB (Red+Green+Blue) = 243+186+187=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BABB is #0C4544. Grayscale: #CBCBCB. Windows color (decimal): -804165 or 12303091. OLE color: 12303091.

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

Color convert

RGB 243 186 187 -
CMYK 0 0.23 0.23 0.05
HSL 358.95º 0.7% 0.84% -
HSV(B) 358.95º 0.23% 0.95% -
XYZ 63.49 57.76 54.82 -
YUV 203.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 243 186 187 0 0.23 0.23 0.05 358.95 0.7 0.84
Hex F3 BA BB 0 17 17 5 167 46 54
Octal 363 272 273 0 27 27 5 547 106 124
Binary 11110011 10111010 10111011 0 10111 10111 101 101100111 1000110 1010100

Color Harmonies of #F3BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BABB

Black with #F3BABB

Text Example


Text Example

White with #F3BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BABB; }

 p { color: rgb(243,186,187); }

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

background-color css

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

 a { background-color: rgb(243,186,187); }

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

border-color css

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

 span { border-color: rgb(243,186,187); }

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