Html Css Color HEX #F3BBC2 Azalea

📋 copy color: '#F3BBC2'

red 243 ◦ green 187 ◦ blue 194

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

Shades of Azalea #F3BBC2

Tints of Azalea #F3BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.97%

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

R = 38.94%
G = 29.97%
B = 31.09%

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

#F3BBC2 (or 0xF3BBC2) is known color: Azalea. HEX triplet: F3, BB and C2. RGB value is (243,187,194). Sum of RGB (Red+Green+Blue) = 243+187+194=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBC2 is #0C443D. Grayscale: #CCCCCC. Windows color (decimal): -803902 or 12762099. OLE color: 12762099.

HSL color Cylindrical-coordinate representation of color #F3BBC2: hue angle of 352.5º 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 #F3BBC2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 187 194 -
CMYK 0 0.23 0.20 0.05
HSL 352.5º 0.7% 0.84% -
HSV(B) 352.5º 0.23% 0.95% -
XYZ 64.47 58.49 58.93 -
YUV 204.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 243 187 194 0 0.23 0.20 0.05 352.5 0.7 0.84
Hex F3 BB C2 0 17 14 5 160 46 54
Octal 363 273 302 0 27 24 5 540 106 124
Binary 11110011 10111011 11000010 0 10111 10100 101 101100000 1000110 1010100

Color Harmonies of #F3BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BBC2

Black with #F3BBC2

Text Example


Text Example

White with #F3BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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